You are here

public function RulesConfigurableEventHandlerInterface::extractConfigurationFormValues in Rules 8.3

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 77

Class

RulesConfigurableEventHandlerInterface
Interface for handling configurable rules events.

Namespace

Drupal\rules\Core

Code

public function extractConfigurationFormValues(array &$form, FormStateInterface $form_state);