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