You are here

public function EntityQueueHandlerInterface::load in Entityqueue 7

Act on loading a queue.

1 method overrides EntityQueueHandlerInterface::load()
EntityQueueHandlerBase::load in plugins/entityqueue/handler/base.inc
Act on loading a queue.

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function load();