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

Class

Drupal\Core\Entity\EntityTypeManager

Tags

  • plugin_manager_cache_clear
620 string references to entity_type.manager
AccessRoleUITest::testAccessRoleUI in core/modules/user/tests/src/Functional/AccessRoleUITest.php
Tests the role access plugin UI.
AccountSettingsForm::create in core/modules/user/src/AccountSettingsForm.php
ActionFormBase::create in core/modules/action/src/Form/ActionFormBase.php
Instantiates a new instance of this class.
ActionListTest::testEmptyActionList in core/modules/action/tests/src/Functional/ActionListTest.php
Tests the behavior when there are no actions to list in the admin page.
ActionTest::testOperations in core/modules/system/tests/src/Kernel/Action/ActionTest.php
Tests the functionality of test actions.

... 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. - '@entity.last_installed_schema.repository'
  9. - '@service_container'
  10. tags:
  11. - { name: plugin_manager_cache_clear }