config.typed
Same name in other branches
- 9 core/core.services.yml \config.typed
- 10 core/core.services.yml \config.typed
Class
Drupal\Core\Config\TypedConfigManagerTags
- plugin_manager_cache_clear
66 string references to config.typed
- BlockConfigSchemaTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php - ConfigCRUDTest::testCRUD in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests CRUD operations.
- ConfigCRUDTest::testDataTypes in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests data type handling.
- ConfigEntityAdapter::getTypedConfigManager in core/
lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ ConfigEntityAdapter.php - Gets the typed config manager.
- ConfigEntityAdapter::getTypedDataManager in core/
lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ ConfigEntityAdapter.php - @todo Remove this in https://www.drupal.org/node/3011137.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Config\TypedConfigManager
- arguments:
- - '@config.storage'
- - '@config.storage.schema'
- - '@cache.discovery'
- - '@module_handler'
- - '@class_resolver'
- tags:
- - { name: plugin_manager_cache_clear }
- calls:
- - [setValidationConstraintManager, ['@validation.constraint']]
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.