SearchBlockForm::getFormId

public 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 68

Class

SearchBlockForm
Builds the search form for the search block.

Namespace

Drupal\search\Form

Code

public function getFormId() {
  return 'search_block_form';
}
doc_Drupal
2016-10-29 09:40:11
Comments
Leave a Comment

Please login to continue.