You are here

public function EntityQueueHandlerInterface::create in Entityqueue 7

Act on creating a queue.

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

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function create();