You are here

public function BrokenEntityQueueHandler::getHandlerLabel in Entityqueue 7

Returns the label of the queue's handler.

Overrides EntityQueueHandlerBase::getHandlerLabel

File

plugins/entityqueue/handler/base.inc, line 216
Contains Entityqueue handler interface and base class.

Class

BrokenEntityQueueHandler
A NULL implementation of EntityQueueHandlerInterface.

Code

public function getHandlerLabel() {
  return '<em>' . t('Broken/missing handler') . '</em>';
}