public function ConfigCollectorInterface::getInstallableConfig in Configuration Provider 8
Gets installable configuration from all provider plugins.
Using the InMemoryStorage permits implementing plugins to add configuration to collections other than the default by calling ::writeToCollection().
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.
Return value
\Drupal\config_provider\InMemoryStorage A storage with the available configuration.
1 method overrides ConfigCollectorInterface::getInstallableConfig()
- ConfigCollector::getInstallableConfig in src/
Plugin/ ConfigCollector.php - Gets installable configuration from all provider plugins.
File
- src/
Plugin/ ConfigCollectorInterface.php, line 32
Class
- ConfigCollectorInterface
- Class for invoking configuration providers..
Namespace
Drupal\config_provider\PluginCode
public function getInstallableConfig(array $extensions = []);