function LazyPluginCollection::getConfiguration

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::getConfiguration()
  2. 10 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::getConfiguration()
  3. 8.9.x 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.

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\Plugin

Code

abstract public function getConfiguration();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.