You are here

public function EntityQueueHandlerBase::preDelete in Entityqueue 7

Act before deleting a queue.

Overrides EntityQueueHandlerInterface::preDelete

File

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

Class

EntityQueueHandlerBase
An abstract implementation of EntityQueueHandlerInterface.

Code

public function preDelete() {
}