An interface for managers of executable plugins.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Core\Executable\ExecutableManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
File
- core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php, line 10
Namespace
Drupal\Core\Executable
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. |
ExecutableManagerInterface::execute | public | function | Executes an executable plugin. |
FactoryInterface::createInstance | public | function | Creates a pre-configured instance of a plugin. |
MapperInterface::getInstance | public | function | Gets a preconfigured instance of a plugin. |
Please login to continue.