public function VocabularyListController::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/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php, line 144
Contains \Drupal\taxonomy\VocabularyListController.

Class

VocabularyListController
Provides a listing of vocabularies.

Namespace

Drupal\taxonomy

Code

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

  // No validation.
}