You are here

public function EntityQueueHandlerInterface::postDelete in Entityqueue 7

Act after deleting a queue.

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

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function postDelete();