You are here

public function EntityQueueHandlerInterface::settingsForm in Entityqueue 7

Generates a settings form for this handler.

1 method overrides EntityQueueHandlerInterface::settingsForm()
EntityQueueHandlerBase::settingsForm in plugins/entityqueue/handler/base.inc
Generates a settings form for this handler.

File

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

Class

EntityQueueHandlerInterface
Abstraction of the handling logic of a queue.

Code

public function settingsForm();