You are here

public function ConfigurableEventHandlerEntityBundle::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.

Overrides RulesConfigurableEventHandlerInterface::buildConfigurationForm

File

src/EventHandler/ConfigurableEventHandlerEntityBundle.php, line 35

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

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

  // Nothing to do by default.
}