entity_type.manager
Same name and namespace in other branches
- 9 core/core.services.yml \entity_type.manager
- 8.9.x core/core.services.yml \entity_type.manager
- 11.x core/core.services.yml \entity_type.manager
Class
Drupal\Core\Entity\EntityTypeManagerTags
- plugin_manager_cache_clear
60 string references to entity_type.manager
- BlockContentPermissions::create in core/
modules/ block_content/ src/ BlockContentPermissions.php - Instantiates a new instance of this class.
- BreakLockLink::create in core/
lib/ Drupal/ Core/ TempStore/ Element/ BreakLockLink.php - Creates an instance of the plugin.
- ConfigEntityBaseUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityBaseUnitTest.php - ConfigEntityStorageTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php - @covers ::__construct[[api-linebreak]]
- ConfigEntityUpdater::create in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityUpdater.php - Instantiates a new instance of this class.
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'
- - '@service_container'
- tags:
- - { name: plugin_manager_cache_clear }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.