public function EntityQueueHandlerInterface::subqueueForm in Entityqueue 7
Generates an add/edit subqueue form for this handler.
1 method overrides EntityQueueHandlerInterface::subqueueForm()
- EntityQueueHandlerBase::subqueueForm in plugins/
entityqueue/ handler/ base.inc - Generates an add/edit subqueue form for this handler.
File
- plugins/
entityqueue/ handler/ base.inc, line 31 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public function subqueueForm(EntitySubqueue $subqueue, &$form_state);