function ConfigFactoryOverrideInterface::loadOverrides
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::loadOverrides()
- 8.9.x core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::loadOverrides()
- 11.x core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::loadOverrides()
Returns config overrides.
Parameters
array $names: A list of configuration names that are being loaded.
Return value
array An array keyed by configuration name of override data. Override data contains a nested array structure of overrides.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigFactoryOverrideInterface.php, line 20
Class
- ConfigFactoryOverrideInterface
- Defines the interface for a configuration factory override object.
Namespace
Drupal\Core\ConfigCode
public function loadOverrides($names);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.