You are here

public function BusinessRulesItemPluginInterface::buildForm in Business Rules 8

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

Form constructor.

Give a chance to plugin to change the buildForm method.

Parameters

array $form: The form array.

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

1 method overrides BusinessRulesItemPluginInterface::buildForm()
BusinessRulesItemPluginBase::buildForm in src/Plugin/BusinessRulesItemPluginBase.php
Form constructor.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 30

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

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