public function EntityQueueHandlerBase::insert in Entityqueue 7
Act after a new queue is saved.
Overrides EntityQueueHandlerInterface::insert
1 method overrides EntityQueueHandlerBase::insert()
- SimpleEntityQueueHandler::insert in plugins/
entityqueue/ handler/ SimpleEntityQueueHandler.class.php - Act after a new queue is saved.
File
- plugins/
entityqueue/ handler/ base.inc, line 175 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerBase
- An abstract implementation of EntityQueueHandlerInterface.
Code
public function insert() {
}