interface QueueWorkerManagerInterface
Provides an interface for a queue worker manager.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Core\Queue\QueueWorkerManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
Expanded class hierarchy of QueueWorkerManagerInterface
All classes that implement QueueWorkerManagerInterface
File
-
core/
lib/ Drupal/ Core/ Queue/ QueueWorkerManagerInterface.php, line 10
Namespace
Drupal\Core\QueueView source
interface QueueWorkerManagerInterface extends PluginManagerInterface {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface::createInstance | public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface::getInstance | public | function | Gets a preconfigured instance of a plugin. | 4 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.