You are here

public function EntityQueueHandlerInterface::preDelete in Entityqueue 7

Act before deleting a queue.

1 method overrides EntityQueueHandlerInterface::preDelete()
EntityQueueHandlerBase::preDelete in plugins/entityqueue/handler/base.inc
Act before deleting a queue.

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function preDelete();