You are here

public function EntityQueueHandlerInterface::getTargetTypeLabel in Entityqueue 7

Returns the entity type label of a queue target type.

1 method overrides EntityQueueHandlerInterface::getTargetTypeLabel()
EntityQueueHandlerBase::getTargetTypeLabel in plugins/entityqueue/handler/base.inc
Returns the entity type label of a queue target type.

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function getTargetTypeLabel();