You are here

public function RulesEventDefaultHandler::buildForm in Rules 7.2

Implements RulesEventHandlerInterface::buildForm().

Overrides RulesEventHandlerInterface::buildForm

File

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

Class

RulesEventDefaultHandler
A handler for events having no settings. This is the default handler.

Code

public function buildForm(array &$form_state) {
  return array();
}