Defines an interface for a QueueWorker plugin.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\Core\Queue\QueueWorkerInterface
See also
\Drupal\Core\Queue\QueueWorkerBase
\Drupal\Core\Queue\QueueWorkerManager
\Drupal\Core\Annotation\QueueWorker
Plugin API
File
- core/lib/Drupal/Core/Queue/QueueWorkerInterface.php, line 15
Namespace
Drupal\Core\Queue
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin_id of the plugin instance. |
QueueWorkerInterface::processItem | public | function | Works on a single queue item. |
Please login to continue.