You are here

service entity.manager in Zircon Profile 8

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

Class

Drupal\Core\Entity\EntityManager

Tags

  • plugin_manager_cache_clear
143 string references to entity.manager
AccessRoleUITest::testAccessRoleUI in core/modules/user/src/Tests/Views/AccessRoleUITest.php
Tests the role access plugin UI.
AccountForm::create in core/modules/user/src/AccountForm.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\EntityManager
  2. parent: container.trait
  3. tags:
  4. - { name: plugin_manager_cache_clear }