function RulesEventHandlerInterface::buildForm
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  
Class
- RulesEventHandlerInterface
 - Interface for handling rules events.
 
Code
public function buildForm(array &$form_state);