You are here

service plugin.manager.embed.type in Embed 8

Class

Drupal\embed\EmbedType\EmbedTypeManager
2 string references to plugin.manager.embed.type
EmbedButton::embedTypeManager in src/Entity/EmbedButton.php
Gets the embed type plugin manager.
EmbedButtonForm::create in src/Form/EmbedButtonForm.php
Instantiates a new instance of this class.

File

./embed.services.yml
embed.services.yml

View source
  1. class: Drupal\embed\EmbedType\EmbedTypeManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'