function SearchPageFormBase::getBaseFormId
Same name in other branches
- 8.9.x core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\SearchPageFormBase::getBaseFormId()
- 10 core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\SearchPageFormBase::getBaseFormId()
- 11.x core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\SearchPageFormBase::getBaseFormId()
Overrides EntityForm::getBaseFormId
File
-
core/
modules/ search/ src/ Form/ SearchPageFormBase.php, line 59
Class
- SearchPageFormBase
- Provides a base form for search pages.
Namespace
Drupal\search\FormCode
public function getBaseFormId() {
return 'search_entity_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.