function RulesPluginUIInterface::form_submit

Form submit handler for the element configuration form.

Submit the configuration form of this rule element. This makes sure to put the updated configuration in the form state. For saving changes permanently, just call $config->save() afterwards.

Parameters

array $form: The form array.

array $form_state: The current form state.

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

File

ui/ui.core.inc, line 68

Class

RulesPluginUIInterface
Plugin UI Interface.

Code

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