The current runtime data. The configuration data from storage merged with module and settings overrides.
public Config::initWithData(array $data) Initializes
public Config::set($key, $value) Sets a value
public Config::save($has_trusted_data = FALSE) Saves
public Config::setData(array $data) Replaces
public Config::setSettingsOverride(array $data) Sets
public Config::setModuleOverride(array $data) Sets
The current module overrides. Type:
The current settings overrides. Type:
An event dispatcher instance to use for configuration events. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface
Page 1 of 2