Defines the configuration object factory.
The configuration object factory instantiates a Config object for each configuration object name that is accessed and returns it to callers.
Each configuration object gets a storage object injected, which is used for reading and writing the configuration data.
Hierarchy
class \Drupal\Core\Config\ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface
See also
\Drupal\Core\Config\Config
\Drupal\Core\Config\StorageInterface
Related t