You are here

public function ConfigCollectorInterface::addInstallableConfig in Configuration Provider 8.2

Adds installable configuration from all provider plugins.

Parameters

\Drupal\Core\Extension\Extension[] $extensions: (Optional) An associative array of Extension objects, keyed by extension name. If provided, data loaded will be limited to these extensions.

1 method overrides ConfigCollectorInterface::addInstallableConfig()
ConfigCollector::addInstallableConfig in src/Plugin/ConfigCollector.php
Adds installable configuration from all provider plugins.

File

src/Plugin/ConfigCollectorInterface.php, line 25

Class

ConfigCollectorInterface
Class for invoking configuration providers..

Namespace

Drupal\config_provider\Plugin

Code

public function addInstallableConfig(array $extensions = []);