service config.factory in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \config.factory
Class
Drupal\Core\Config\ConfigFactoryTags
- event_subscriber
- service_collector
69 string references to config.factory
- AccountSettingsForm::create in core/
modules/ user/ src/ AccountSettingsForm.php - Instantiates a new instance of this class.
- BaseFieldOverrideStorage::createInstance in core/
lib/ Drupal/ Core/ Field/ BaseFieldOverrideStorage.php - Instantiates a new instance of this entity handler.
- BasicSettingsForm::create in core/
modules/ views_ui/ src/ Form/ BasicSettingsForm.php - Instantiates a new instance of this class.
- BlockContentLocalTasksTest::setUp in core/
modules/ block_content/ tests/ src/ Unit/ Menu/ BlockContentLocalTasksTest.php - BlockLocalTasksTest::setUp in core/
modules/ block/ tests/ src/ Unit/ Menu/ BlockLocalTasksTest.php
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Config\ConfigFactory
- tags:
- - { name: event_subscriber }
- - { name: service_collector, tag: config.factory.override, call: addOverride }
- arguments:
- - '@config.storage'
- - '@event_dispatcher'
- - '@config.typed'