config.typed
Class
Drupal\Core\Config\TypedConfigManagerTags
- plugin_manager_cache_clear
96 string references to config.typed
- AccountSettingsForm::create in core/modules/ user/ src/ AccountSettingsForm.php 
- Instantiates a new instance of this class.
- BasicSettingsForm::create in core/modules/ views_ui/ src/ Form/ BasicSettingsForm.php 
- Instantiates a new instance of this class.
- BlockConfigSchemaTest::setUp in core/modules/ book/ tests/ src/ Kernel/ Block/ BlockConfigSchemaTest.php 
- BlockConfigSchemaTest::setUp in core/modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php 
- CheckpointStorageTest::getConfigImporter in core/tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php 
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.
