public function FieldWidgetTypeForm::validateForm

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::validateForm

File

drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php, line 66
Contains \Drupal\field_ui\Form\FieldWidgetTypeForm.

Class

FieldWidgetTypeForm
Provides a form for the widget selection form.

Namespace

Drupal\field_ui\Form

Code

public function validateForm(array &$form, array &$form_state) {
}