VocabularyListBuilder::getFormId

public VocabularyListBuilder::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/taxonomy/src/VocabularyListBuilder.php, line 25

Class

VocabularyListBuilder
Defines a class to build a listing of taxonomy vocabulary entities.

Namespace

Drupal\taxonomy

Code

public function getFormId() {
  return 'taxonomy_overview_vocabularies';
}
doc_Drupal
2016-10-29 09:56:28
Comments
Leave a Comment

Please login to continue.