You are here

public function RulesPluginUIInterface::form_validate in Rules 7.2

Validate the configuration form of this rule element.

Parameters

array $form: The form array.

array $form_state: The current form state.

1 method overrides RulesPluginUIInterface::form_validate()
RulesPluginUI::form_validate in ui/ui.core.inc
Implements RulesPluginUIInterface.

File

ui/ui.core.inc, line 54
Contains core Rules UI functions.

Class

RulesPluginUIInterface
Plugin UI Interface.

Code

public function form_validate($form, &$form_state);