Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Config / Entity / Fixtures / ConfigEntityBaseWithPluginCollections.php
1 <?php
2
3 namespace Drupal\Tests\Core\Config\Entity\Fixtures;
4
5 use Drupal\Core\Config\Entity\ConfigEntityBase;
6 use Drupal\Core\Entity\EntityWithPluginCollectionInterface;
7
8 /**
9  * Enables testing of dependency calculation.
10  *
11  * @see \Drupal\Tests\Core\Config\Entity\ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections()
12  * @see \Drupal\Core\Config\Entity\ConfigEntityBase::calculateDependencies()
13  */
14 abstract class ConfigEntityBaseWithPluginCollections extends ConfigEntityBase implements EntityWithPluginCollectionInterface {
15 }