You are here

abstract public function LazyPluginCollection::setConfiguration in Plug 7

Sets the configuration for all plugins in this collection.

Parameters

array $configuration: An array of up-to-date plugin configuration.

Return value

$this

1 method overrides LazyPluginCollection::setConfiguration()
DefaultLazyPluginCollection::setConfiguration in lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php
Sets the configuration for all plugins in this collection.

File

lib/Drupal/Component/Plugin/LazyPluginCollection.php, line 55
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 setConfiguration($configuration);