public ConfigFactoryInterface::addOverride(ConfigFactoryOverrideInterface $config_factory_override)
Adds config factory override services.
Parameters
\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).
File
- core/lib/Drupal/Core/Config/ConfigFactoryInterface.php, line 118
Class
- ConfigFactoryInterface
- Defines the interface for a configuration object factory.
Namespace
Drupal\Core\Config
Code
public function addOverride(ConfigFactoryOverrideInterface $config_factory_override);
Please login to continue.