public function EntityQueueHandlerInterface::update in Entityqueue 7
Act after a queue is updated.
1 method overrides EntityQueueHandlerInterface::update()
- EntityQueueHandlerBase::update in plugins/
entityqueue/ handler/ base.inc - Act after a queue is updated.
File
- plugins/
entityqueue/ handler/ base.inc, line 81 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public function update();