You are here

public function FormElementInterface::form in Flexiform 8

Build the form element.

1 method overrides FormElementInterface::form()
AccountInfo::form in src/Plugin/FormElement/AccountInfo.php
Build the form element.

File

src/FormElement/FormElementInterface.php, line 15

Class

FormElementInterface
Provides an interface for form element plugins.

Namespace

Drupal\flexiform\FormElement

Code

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