service plugin.manager.entity

Class

Drupal\Core\Entity\EntityManager
29 string references to plugin.manager.entity
AggregatorController::create in drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php
{inheritdoc}
BreakLockForm::create in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php
Instantiates a new instance of this controller.
BulkFormBase::create in drupal/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkFormBase.php
Creates an instance of the plugin.
ConfigImporterTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Sets up Drupal unit test environment.
CustomBlockController::create in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php
Instantiates a new instance of this controller.

... See full list

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@service_container'