public function EntityQueueHandlerInterface::loadFromCode in Entityqueue 7
Act on loading a queue that is defined only in code.
1 method overrides EntityQueueHandlerInterface::loadFromCode()
- EntityQueueHandlerBase::loadFromCode in plugins/
entityqueue/ handler/ base.inc - Act on loading a queue that is defined only in code.
File
- plugins/
entityqueue/ handler/ base.inc, line 66 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public function loadFromCode();