typed_data_manager
Same name in other branches
- 9 core/core.services.yml \typed_data_manager
- 8.9.x core/core.services.yml \typed_data_manager
Class
Drupal\Core\TypedData\TypedDataManagerTags
- plugin_manager_cache_clear
32 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 - ConfigEntityValidationTestBase::assertValidationErrors in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityValidationTestBase.php - Asserts a set of validation errors is raised when the entity is validated.
- ConfigExistsConstraintValidatorTest::testValidation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigExistsConstraintValidatorTest.php - Tests the ConfigExists constraint validator.
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.