Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
  2. 9 core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
View source
<?php

namespace Drupal\Core\Entity;

use Drupal\Core\Plugin\ObjectWithPluginCollectionInterface;

/**
 * Provides an interface for an object using a plugin collection.
 *
 * @see \Drupal\Component\Plugin\LazyPluginCollection
 *
 * @ingroup plugin_api
 */
interface EntityWithPluginCollectionInterface extends EntityInterface, ObjectWithPluginCollectionInterface {

}

Interfaces

Namesort descending Description
EntityWithPluginCollectionInterface Provides an interface for an object using a plugin collection.