You are here

public function ColorsSchemePluginCollection::setConfiguration in Colors 8

Sets the configuration for all plugins in this collection.

Parameters

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

Return value

$this

Overrides DefaultLazyPluginCollection::setConfiguration

File

src/Plugin/ColorsSchemePluginCollection.php, line 54

Class

ColorsSchemePluginCollection

Namespace

Drupal\colors\Plugin

Code

public function setConfiguration($configuration) {
  return $this;
}