typed_data_manager
Same name and namespace in other branches
- 9 core/core.services.yml \typed_data_manager
- 8.9.x core/core.services.yml \typed_data_manager
- 10 core/core.services.yml \typed_data_manager
Class
Drupal\Core\TypedData\TypedDataManagerTags
- plugin_manager_cache_clear
31 string references to typed_data_manager
- AllowedValuesConstraintValidatorTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ TypedData/ AllowedValuesConstraintValidatorTest.php - AtLeastOneOfConstraintValidatorTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Validation/ AtLeastOneOfConstraintValidatorTest.php - BundleConstraintValidatorTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ BundleConstraintValidatorTest.php - ClassResolverConstraintValidatorTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ TypedData/ ClassResolverConstraintValidatorTest.php - ComplexDataConstraintValidatorTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ TypedData/ ComplexDataConstraintValidatorTest.php
File
-
core/
core.services.yml
View source
- class: Drupal\Core\TypedData\TypedDataManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@class_resolver'
- calls:
- - [setValidationConstraintManager, ['@validation.constraint']]
- tags:
- - { name: plugin_manager_cache_clear }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.