function RulesPluginUIInterface::form_validate
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 
Class
- RulesPluginUIInterface
- Plugin UI Interface.
Code
public function form_validate($form, &$form_state);