public function EntityQueueHandlerBase::subqueueForm in Entityqueue 7
Generates an add/edit subqueue form for this handler.
Overrides EntityQueueHandlerInterface::subqueueForm
2 methods override EntityQueueHandlerBase::subqueueForm()
- BrokenEntityQueueHandler::subqueueForm in plugins/
entityqueue/ handler/ base.inc - Generates an add/edit subqueue form for this handler.
- MultipleEntityQueueHandler::subqueueForm in plugins/
entityqueue/ handler/ MultipleEntityQueueHandler.class.php - Generates an add/edit subqueue form for this handler.
File
- plugins/
entityqueue/ handler/ base.inc, line 144 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerBase
- An abstract implementation of EntityQueueHandlerInterface.
Code
public function subqueueForm(EntitySubqueue $subqueue, &$form_state) {
return array();
}