You are here

public function FormElementInterface::formValidate in Flexiform 8

Validate the form.

File

src/FormElement/FormElementInterface.php, line 20

Class

FormElementInterface
Provides an interface for form element plugins.

Namespace

Drupal\flexiform\FormElement

Code

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