public function VocabularyListController::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php, line 22
Contains \Drupal\taxonomy\VocabularyListController.

Class

VocabularyListController
Provides a listing of vocabularies.

Namespace

Drupal\taxonomy

Code

public function getFormID() {
  return 'taxonomy_overview_vocabularies';
}