You are here

public function PluginTypeManagerInterface::getPluginTypes in Plugin 8.2

Gets the known plugin types.

Return value

\Drupal\plugin\PluginType\PluginTypeInterface[]

1 method overrides PluginTypeManagerInterface::getPluginTypes()
PluginTypeManager::getPluginTypes in src/PluginType/PluginTypeManager.php
Gets the known plugin types.

File

src/PluginType/PluginTypeManagerInterface.php, line 38

Class

PluginTypeManagerInterface
Defines a plugin type manager.

Namespace

Drupal\plugin\PluginType

Code

public function getPluginTypes();