entity_type.manager
Same name in other branches
- 9 core/core.services.yml \entity_type.manager
- 10 core/core.services.yml \entity_type.manager
Class
Drupal\Core\Entity\EntityTypeManagerTags
- plugin_manager_cache_clear
256 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.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Entity\EntityTypeManager
- arguments:
- - '@container.namespaces'
- - '@module_handler'
- - '@cache.discovery'
- - '@string_translation'
- - '@class_resolver'
- - '@entity.last_installed_schema.repository'
- parent: container.trait
- tags:
- - { name: plugin_manager_cache_clear }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.