You are here

service entity_type.manager in Zircon Profile 8

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

Class

Drupal\Core\Entity\EntityTypeManager

Tags

  • plugin_manager_cache_clear
6 string references to entity_type.manager
ControllerBase::entityTypeManager in core/lib/Drupal/Core/Controller/ControllerBase.php
Retrieves the entity type manager.
Drupal::entityTypeManager in core/lib/Drupal.php
Retrieves the entity type manager.
DrupalTest::testEntityTypeManager in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the entityTypeManager() method.
EntityManagerTest::setUp in core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php
ValidReferenceConstraintValidator::create in core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\Core\Entity\EntityTypeManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@module_handler'
  5. - '@cache.discovery'
  6. - '@string_translation'
  7. - '@class_resolver'
  8. parent: container.trait
  9. tags:
  10. - { name: plugin_manager_cache_clear }