You are here

service entity_type.manager in Drupal 9

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

Class

Drupal\Core\Entity\EntityTypeManager

Tags

  • plugin_manager_cache_clear
251 string references to entity_type.manager
AccessRoleUITest::testAccessRoleUI in core/modules/user/tests/src/Functional/AccessRoleUITest.php
Tests the role access plugin UI.
AddFormBase::create in core/modules/media_library/src/Form/AddFormBase.php
Instantiates a new instance of this class.
Block::create in core/modules/views/src/Plugin/views/display/Block.php
Creates an instance of the plugin.
BlockConfigEntityUnitTest::setUp in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockContent::create in core/modules/block_content/src/Plugin/Derivative/BlockContent.php
Creates a new class instance.

... 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. parent: container.trait
  10. tags:
  11. - { name: plugin_manager_cache_clear }