You are here

service config.typed in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \config.typed

Class

Drupal\Core\Config\TypedConfigManager

Tags

  • plugin_manager_cache_clear
52 string references to config.typed
BlockConfigSchemaTest::setUp in core/modules/block/src/Tests/BlockConfigSchemaTest.php
Performs setup tasks before each individual test method is run.
ConfigCRUDTest::testDataTypes in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests data type handling.
ConfigEntityBase::getTypedConfig in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Gets the typed config manager.
ConfigEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityMapper::create in core/modules/config_translation/src/ConfigEntityMapper.php
Creates an instance of the plugin.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Config\TypedConfigManager
  2. arguments:
  3. - '@config.storage'
  4. - '@config.storage.schema'
  5. - '@cache.discovery'
  6. - '@module_handler'
  7. tags:
  8. - { name: plugin_manager_cache_clear }