interface QueueWorkerManagerInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php \Drupal\Core\Queue\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
- interface \Drupal\Core\Queue\QueueWorkerManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
Expanded class hierarchy of QueueWorkerManagerInterface
All classes that implement QueueWorkerManagerInterface
1 file declares its use of QueueWorkerManagerInterface
- Cron.php in core/
lib/ Drupal/ Core/ Cron.php - Contains \Drupal\Core\Cron.
File
- core/
lib/ Drupal/ Core/ Queue/ QueueWorkerManagerInterface.php, line 15 - Contains \Drupal\Core\Queue\QueueWorkerManagerInterface.
Namespace
Drupal\Core\QueueView source
interface QueueWorkerManagerInterface extends PluginManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 3 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 2 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 5 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |