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';
}
Please login to continue.