You are here

public function SearchBlockForm::getFormId in Zircon Profile 8

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/search/src/Form/SearchBlockForm.php, line 73
Contains \Drupal\search\Form\SearchBlockForm.

Class

SearchBlockForm
Builds the search form for the search block.

Namespace

Drupal\search\Form

Code

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