Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \typed_data_manager
  2. 9 core/core.services.yml \typed_data_manager

Class

Drupal\Core\TypedData\TypedDataManager

Tags

  • plugin_manager_cache_clear
38 string references to typed_data_manager
AllowedValuesConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
BundleConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
ComplexDataConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
ConfigExistsConstraintValidatorTest::testValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php
Tests the ConfigExists constraint validator.
ContentEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php

... See full list

File

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

View source
  1. class: Drupal\Core\TypedData\TypedDataManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@class_resolver'
  7. calls:
  8. - [setValidationConstraintManager, ['@validation.constraint']]
  9. tags:
  10. - { name: plugin_manager_cache_clear }