You are here

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\entityqueue

Code

public function setHandlerPlugin($handler);