public function SimpleEntityQueueHandler::loadFromCode in Entityqueue 7
Act on loading a queue that is defined only in code.
Overrides EntityQueueHandlerBase::loadFromCode
1 method overrides SimpleEntityQueueHandler::loadFromCode()
- MultipleEntityQueueHandler::loadFromCode in plugins/
entityqueue/ handler/ MultipleEntityQueueHandler.class.php - Act on loading a queue that is defined only in code.
File
- plugins/
entityqueue/ handler/ SimpleEntityQueueHandler.class.php, line 30 - Contains Entityqueue handler for simple queues.
Class
- SimpleEntityQueueHandler
- A simple queue implementation.
Code
public function loadFromCode() {
$this
->ensureSubqueue();
}