QueueWorkerInterface

Defines an interface for a QueueWorker plugin.

Hierarchy

  • interface \Drupal\Component\Plugin\PluginInspectionInterface

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.
doc_Drupal
2016-10-29 09:36:04
Comments
Leave a Comment

Please login to continue.