public function EntityWithPluginCollectionInterface::getPluginCollections in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php \Drupal\Core\Entity\EntityWithPluginCollectionInterface::getPluginCollections()
Gets the plugin collections used by this entity.
Return value
\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.
7 methods override EntityWithPluginCollectionInterface::getPluginCollections()
- Action::getPluginCollections in core/
modules/ system/ src/ Entity/ Action.php - Gets the plugin collections used by this entity.
- Block::getPluginCollections in core/
modules/ block/ src/ Entity/ Block.php - Gets the plugin collections used by this entity.
- EntityFormDisplay::getPluginCollections in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityFormDisplay.php - Gets the plugin collections used by this entity.
- EntityViewDisplay::getPluginCollections in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php - Gets the plugin collections used by this entity.
- FilterFormat::getPluginCollections in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Gets the plugin collections used by this entity.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityWithPluginCollectionInterface.php, line 26 - Contains \Drupal\Core\Entity\EntityWithPluginCollectionInterface.
Class
- EntityWithPluginCollectionInterface
- Provides an interface for an object using a plugin collection.
Namespace
Drupal\Core\EntityCode
public function getPluginCollections();