You are here

public function EntityQueueHandlerBase::preSave in Entityqueue 7

Act before a queue is saved.

Overrides EntityQueueHandlerInterface::preSave

File

plugins/entityqueue/handler/base.inc, line 173
Contains Entityqueue handler interface and base class.

Class

EntityQueueHandlerBase
An abstract implementation of EntityQueueHandlerInterface.

Code

public function preSave() {
}