You are here

public function SearchPageForm::getFormId in Zircon Profile 8

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides EntityForm::getFormId

File

core/modules/search/src/Form/SearchPageForm.php, line 35
Contains \Drupal\search\Form\SearchPageForm.

Class

SearchPageForm
Provides a search form for site wide search.

Namespace

Drupal\search\Form

Code

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