You are here

public function OverviewTerms::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

1 method overrides OverviewTerms::getFormId()
Overview::getFormId in core/modules/forum/src/Form/Overview.php
Returns a unique string identifying the form.

File

core/modules/taxonomy/src/Form/OverviewTerms.php, line 62
Contains \Drupal\taxonomy\Form\OverviewTerms.

Class

OverviewTerms

Namespace

Drupal\taxonomy\Form

Code

public function getFormId() {
  return 'taxonomy_overview_terms';
}