public function EntityQueueHandlerInterface::getHandlerLabel in Entityqueue 7
Returns the label of the queue's handler.
1 method overrides EntityQueueHandlerInterface::getHandlerLabel()
- EntityQueueHandlerBase::getHandlerLabel in plugins/
entityqueue/ handler/ base.inc - Returns the label of the queue's handler.
File
- plugins/
entityqueue/ handler/ base.inc, line 41 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public function getHandlerLabel();