abstract public function LazyPluginCollection::getConfiguration in Plug 7
Gets the current configuration of all plugins in this collection.
Return value
array An array of up-to-date plugin configuration.
1 method overrides LazyPluginCollection::getConfiguration()
- DefaultLazyPluginCollection::getConfiguration in lib/
Drupal/ Core/ Plugin/ DefaultLazyPluginCollection.php - Gets the current configuration of all plugins in this collection.
File
- lib/
Drupal/ Component/ Plugin/ LazyPluginCollection.php, line 45 - Contains \Drupal\Component\Plugin\LazyPluginCollection.
Class
- LazyPluginCollection
- Defines an object which stores multiple plugin instances to lazy load them.
Namespace
Drupal\Component\PluginCode
public abstract function getConfiguration();