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
Namespace
Drupal\form_builderCode
public function configurationForm($form, &$form_state);