public function EntityQueueInterface::setHandlerPlugin in Entityqueue 8
Sets the EntityQueueHandler plugin object.
Parameters
\Drupal\entityqueue\EntityQueueHandlerInterface $handler: A queue handler plugin.
Return value
$this
1 method overrides EntityQueueInterface::setHandlerPlugin()
- EntityQueue::setHandlerPlugin in src/
Entity/ EntityQueue.php - Sets the EntityQueueHandler plugin object.
File
- src/
EntityQueueInterface.php, line 52
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public function setHandlerPlugin($handler);