function RulesEventDefaultHandler::buildForm
Implements RulesEventHandlerInterface::buildForm().
Parameters
array $form_state: An associative array containing the current state of the form.
Return value
array The form structure.
Overrides RulesEventHandlerInterface::buildForm
File
-
includes/
rules.event.inc, line 274
Class
- RulesEventDefaultHandler
- A handler for events having no settings. This is the default handler.
Code
public function buildForm(array &$form_state) {
return array();
}