You are here

service plugin.plugin_type_manager in Plugin 8.2

Class

Drupal\plugin\PluginType\PluginTypeManager
9 string references to plugin.plugin_type_manager
AdvancedPluginSelectorBasePluginSelectorForm::create in tests/modules/plugin_test_helper/src/AdvancedPluginSelectorBasePluginSelectorForm.php
Instantiates a new instance of this class.
ListPluginTypes::create in src/Controller/ListPluginTypes.php
Instantiates a new instance of this class.
ListPluginTypesTest::testCreate in tests/src/Unit/Controller/ListPluginTypesTest.php
@covers ::create @covers ::__construct
PluginCollectionItem::getPluginType in src/Plugin/Field/FieldType/PluginCollectionItem.php
Returns the type of the plugins contained by this item.
PluginCollectionItemDeriver::create in src/Plugin/Field/FieldType/PluginCollectionItemDeriver.php
Creates a new class instance.

... See full list

File

./plugin.services.yml
plugin.services.yml

View source
  1. class: Drupal\plugin\PluginType\PluginTypeManager
  2. arguments:
  3. - '@service_container'
  4. - '@module_handler'