You are here

public function RulesEventHandlerInterface::buildForm in Rules 7.2

Builds the event settings form.

Parameters

array $form_state: An associative array containing the current state of the form.

Return value

array The form structure.

2 methods override RulesEventHandlerInterface::buildForm()
RulesEventDefaultHandler::buildForm in includes/rules.event.inc
Implements RulesEventHandlerInterface::buildForm().
RulesEventHandlerEntityBundle::buildForm in includes/rules.event.inc
Implements RulesEventHandlerInterface::buildForm().

File

includes/rules.event.inc, line 94
Contains event handler interface and base classes.

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function buildForm(array &$form_state);