You are here

public function ObjectWithPluginCollectionInterface::getPluginCollections in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php \Drupal\Core\Plugin\ObjectWithPluginCollectionInterface::getPluginCollections()
  2. 10 core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php \Drupal\Core\Plugin\ObjectWithPluginCollectionInterface::getPluginCollections()

Gets the plugin collections used by this object.

Return value

\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.

11 methods override ObjectWithPluginCollectionInterface::getPluginCollections()
Action::getPluginCollections in core/modules/system/src/Entity/Action.php
Gets the plugin collections used by this object.
Block::getPluginCollections in core/modules/block/src/Entity/Block.php
Gets the plugin collections used by this object.
EntityFormDisplay::getPluginCollections in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
Gets the plugin collections used by this object.
EntityViewDisplay::getPluginCollections in core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
Gets the plugin collections used by this object.
FilterFormat::getPluginCollections in core/modules/filter/src/Entity/FilterFormat.php
Gets the plugin collections used by this object.

... See full list

File

core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php, line 24

Class

ObjectWithPluginCollectionInterface
Provides an interface for an object using a plugin collection.

Namespace

Drupal\Core\Plugin

Code

public function getPluginCollections();