You are here

service typed_data_manager in Zircon Profile 8

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

Class

Drupal\Core\TypedData\TypedDataManager

Tags

  • plugin_manager_cache_clear
16 string references to typed_data_manager
AllowedValuesConstraintValidatorTest::setUp in core/modules/system/src/Tests/Validation/AllowedValuesConstraintValidatorTest.php
Performs setup tasks before each individual test method is run.
BundleConstraintValidatorTest::setUp in core/modules/system/src/Tests/Entity/BundleConstraintValidatorTest.php
Performs setup tasks before each individual test method is run.
ComplexDataConstraintValidatorTest::setUp in core/modules/system/src/Tests/Validation/ComplexDataConstraintValidatorTest.php
Performs setup tasks before each individual test method is run.
ContentEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContextTypedDataTest::testGetContextValue in core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php
Tests that getting a context value does not throw fatal errors.

... 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 }