Validate handler for the field UI overview form.
Parameters
array $form:
The root element or form.
array $form_state:
The state of the form.
File
- drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php, line 87
- Definition of Drupal\field_ui\OverviewBase.
Class
- OverviewBase
- Abstract base class for Field UI overview forms.
Namespace
Drupal\field_ui
Code
public function validate(array $form, array &$form_state) {
}