You are here

public function ColorsSchemePluginCollection::getConfiguration in Colors 8

Gets the current configuration of all plugins in this collection.

Return value

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

Overrides DefaultLazyPluginCollection::getConfiguration

File

src/Plugin/ColorsSchemePluginCollection.php, line 47

Class

ColorsSchemePluginCollection

Namespace

Drupal\colors\Plugin

Code

public function getConfiguration() {
  return [];
}