public static function EntityQueueHandlerInterface::getInstance in Entityqueue 7
Factory function: creates a new instance of this handler for a queue.
Parameters
EntityQueue $queue: An EntityQueue object.
Return value
1 method overrides EntityQueueHandlerInterface::getInstance()
- EntityQueueHandlerBase::getInstance in plugins/
entityqueue/ handler/ base.inc - Factory function: creates a new instance of this handler for a queue.
File
- plugins/
entityqueue/ handler/ base.inc, line 21 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public static function getInstance(EntityQueue $queue);