function RulesConfigurableEventHandlerInterface::extractConfigurationFormValues
Extract the form values and update the event configuration.
Parameters
array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.
1 method overrides RulesConfigurableEventHandlerInterface::extractConfigurationFormValues()
- ConfigurableEventHandlerBase::extractConfigurationFormValues in src/
EventHandler/ ConfigurableEventHandlerBase.php - Extract the form values and update the event configuration.
File
-
src/
Core/ RulesConfigurableEventHandlerInterface.php, line 81
Class
- RulesConfigurableEventHandlerInterface
- Interface for handling configurable rules events.
Namespace
Drupal\rules\CoreCode
public function extractConfigurationFormValues(array &$form, FormStateInterface $form_state);