You are here

service plugin.manager.entity_embed.display in Entity Embed 8

Class

Drupal\entity_embed\EntityEmbedDisplay\EntityEmbedDisplayManager
3 string references to plugin.manager.entity_embed.display
Entity::create in src/Plugin/EmbedType/Entity.php
Creates an instance of the plugin.
EntityEmbedDialog::create in src/Form/EntityEmbedDialog.php
Instantiates a new instance of this class.
EntityEmbedDisplayManagerTest::setUp in tests/src/Functional/EntityEmbedDisplayManagerTest.php

File

./entity_embed.services.yml
entity_embed.services.yml

View source
  1. class: Drupal\entity_embed\EntityEmbedDisplay\EntityEmbedDisplayManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'