You are here

abstract public function LazyPluginCollection::getConfiguration in Service Container 7

Same name and namespace in other branches
  1. 7.2 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

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

Code

public abstract function getConfiguration();