function ObjectWithPluginCollectionInterface::getPluginCollections
Same name in other branches
- 9 core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php \Drupal\Core\Plugin\ObjectWithPluginCollectionInterface::getPluginCollections()
- 10 core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php \Drupal\Core\Plugin\ObjectWithPluginCollectionInterface::getPluginCollections()
- 11.x 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.
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\PluginCode
public function getPluginCollections();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.