abstract public function LazyPluginCollection::getConfiguration in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::getConfiguration()
- 10 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::getConfiguration()
Gets the current configuration of all plugins in this collection.
Return value
array An array of up-to-date plugin configuration.
3 methods override LazyPluginCollection::getConfiguration()
- DefaultLazyPluginCollection::getConfiguration in core/
lib/ Drupal/ Core/ Plugin/ DefaultLazyPluginCollection.php - Gets the current configuration of all plugins in this collection.
- DefaultSingleLazyPluginCollection::getConfiguration in core/
lib/ Drupal/ Core/ Plugin/ DefaultSingleLazyPluginCollection.php - Gets the current configuration of all plugins in this collection.
- TestLazyPluginCollection::getConfiguration in core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ TestLazyPluginCollection.php - Gets the current configuration of all plugins in this collection.
File
- core/
lib/ Drupal/ Component/ Plugin/ LazyPluginCollection.php, line 40
Class
- LazyPluginCollection
- Defines an object which stores multiple plugin instances to lazy load them.
Namespace
Drupal\Component\PluginCode
public abstract function getConfiguration();