EntityWithPluginCollectionInterface.php
Same filename in other branches
Namespace
Drupal\Core\EntityFile
-
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
Title | Deprecated | Summary |
---|---|---|
EntityWithPluginCollectionInterface | Provides an interface for an object using a plugin collection. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.