You are here

public function TaxonomyManagerAdmin::validateForm in Taxonomy Manager 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/TaxonomyManagerAdmin.php \Drupal\taxonomy_manager\Form\TaxonomyManagerAdmin::validateForm()

Form validation handler.

Parameters

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

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormBase::validateForm

File

src/Form/TaxonomyManagerAdmin.php, line 60

Class

TaxonomyManagerAdmin
Managing the advanced options for the taxonomy_manager module.

Namespace

Drupal\taxonomy_manager\Form

Code

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