You are here

public function RulesConfigurableEventHandlerInterface::buildConfigurationForm in Rules 8.3

Builds the event configuration form.

Parameters

array $form: An associative array containing the initial structure of the plugin form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.

Return value

array The form structure.

1 method overrides RulesConfigurableEventHandlerInterface::buildConfigurationForm()
ConfigurableEventHandlerEntityBundle::buildConfigurationForm in src/EventHandler/ConfigurableEventHandlerEntityBundle.php
Builds the event configuration form.

File

src/Core/RulesConfigurableEventHandlerInterface.php, line 66

Class

RulesConfigurableEventHandlerInterface
Interface for handling configurable rules events.

Namespace

Drupal\rules\Core

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state);