public function BrokenEntityQueueHandler::getSubqueueLabel in Entityqueue 7
Returns the label of a given subqueue.
Overrides EntityQueueHandlerBase::getSubqueueLabel
File
- plugins/
entityqueue/ handler/ base.inc, line 223 - Contains Entityqueue handler interface and base class.
Class
- BrokenEntityQueueHandler
- A NULL implementation of EntityQueueHandlerInterface.
Code
public function getSubqueueLabel(EntitySubqueue $subqueue) {
return '';
}