You are here

public function ElementInterface::configurationForm in Form Builder 7.2

Get the configuration form for this element.

2 methods override ElementInterface::configurationForm()
Element::configurationForm in examples/src/Element.php
Get the configuration form for this element.
Element::configurationForm in modules/webform/src/Element.php
Get the configuration form for this element.

File

src/ElementInterface.php, line 42

Class

ElementInterface

Namespace

Drupal\form_builder

Code

public function configurationForm($form, &$form_state);