function LazyPluginCollection::setConfiguration
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::setConfiguration()
- 8.9.x core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::setConfiguration()
- 10 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::setConfiguration()
Sets the configuration for all plugins in this collection.
Parameters
array $configuration: An array of up-to-date plugin configuration.
Return value
$this
3 methods override LazyPluginCollection::setConfiguration()
- DefaultLazyPluginCollection::setConfiguration in core/
lib/ Drupal/ Core/ Plugin/ DefaultLazyPluginCollection.php - DefaultSingleLazyPluginCollection::setConfiguration in core/
lib/ Drupal/ Core/ Plugin/ DefaultSingleLazyPluginCollection.php - TestLazyPluginCollection::setConfiguration in core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ TestLazyPluginCollection.php
File
-
core/
lib/ Drupal/ Component/ Plugin/ LazyPluginCollection.php, line 50
Class
- LazyPluginCollection
- Defines an object which stores multiple plugin instances to lazy load them.
Namespace
Drupal\Component\PluginCode
public abstract function setConfiguration(array $configuration);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.