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