function RulesEventHandlerInterface::extractFormValues
Extract the form values and update the event settings.
Parameters
array $form: An associative array containing the structure of the form.
array $form_state: An associative array containing the current state of the form.
1 method overrides RulesEventHandlerInterface::extractFormValues()
- RulesEventHandlerBase::extractFormValues in includes/
rules.event.inc - Implements RulesEventHandlerInterface::extractFormValues().
File
-
includes/
rules.event.inc, line 112
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function extractFormValues(array &$form, array &$form_state);