public function SearchBlockForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
return 'search_block_form';
}