public SearchPageFormBase::getBaseFormId()
Returns a string identifying the base form.
Return value
string|null The string identifying the base form or NULL if this is not a base form.
Overrides EntityForm::getBaseFormId
File
- core/modules/search/src/Form/SearchPageFormBase.php, line 71
Class
- SearchPageFormBase
- Provides a base form for search pages.
Namespace
Drupal\search\Form
Code
1 2 3 | public function getBaseFormId() { return 'search_entity_form' ; } |
Please login to continue.