public function EntityQueueHandlerInterface::setQueue in Entityqueue 8
Sets the entity queue that is using this plugin.
Parameters
\Drupal\entityqueue\EntityQueueInterface $queue: The entity queue.
Return value
$this
1 method overrides EntityQueueHandlerInterface::setQueue()
- EntityQueueHandlerBase::setQueue in src/
EntityQueueHandlerBase.php - Sets the entity queue that is using this plugin.
File
- src/
EntityQueueHandlerInterface.php, line 30
Class
- EntityQueueHandlerInterface
- Provides an interface for an EntityQueueHandler plugin.
Namespace
Drupal\entityqueueCode
public function setQueue(EntityQueueInterface $queue);