You are here

public function EntityQueueHandlerInterface::insert in Entityqueue 7

Act after a new queue is saved.

1 method overrides EntityQueueHandlerInterface::insert()
EntityQueueHandlerBase::insert in plugins/entityqueue/handler/base.inc
Act after a new queue is saved.

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function insert();