public function EntityQueueInterface::setHandler in Entityqueue 8
Sets the EntityQueueHandler.
Parameters
string $handler_id: The handler name.
Return value
$this
1 method overrides EntityQueueInterface::setHandler()
- EntityQueue::setHandler in src/
Entity/ EntityQueue.php - Sets the EntityQueueHandler.
File
- src/
EntityQueueInterface.php, line 35
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public function setHandler($handler_id);