You are here

public function EntityQueueHandlerBase::postDelete in Entityqueue 7

Act after deleting a queue.

Overrides EntityQueueHandlerInterface::postDelete

File

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

Class

EntityQueueHandlerBase
An abstract implementation of EntityQueueHandlerInterface.

Code

public function postDelete() {
}