public ConfigFactoryInterface::addOverride(ConfigFactoryOverrideInterface $config_factory_override)
Adds config factory override services.
\Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override: The config factory override service to add. It is added at the end of the priority list (lower priority relative to existing ones).
public function addOverride(ConfigFactoryOverrideInterface $config_factory_override);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigFactoryInterface.php/function/ConfigFactoryInterface::addOverride/8.1.x