You are here

public function BusinessRulesItemPluginInterface::getSettingsForm in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Plugin/BusinessRulesItemPluginInterface.php \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface::getSettingsForm()

Return the form array.

@internal param array $form

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state object.

\Drupal\business_rules\ItemInterface $item: The configured item.

Return value

array The render array for the settings form.

1 method overrides BusinessRulesItemPluginInterface::getSettingsForm()
BusinessRulesItemPluginBase::getSettingsForm in src/Plugin/BusinessRulesItemPluginBase.php
Return the form array.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 85

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

public function getSettingsForm(array &$form, FormStateInterface $form_state, ItemInterface $item);