You are here

public function SearchPageFormBase::getBaseFormId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\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 59

Class

SearchPageFormBase
Provides a base form for search pages.

Namespace

Drupal\search\Form

Code

public function getBaseFormId() {
  return 'search_entity_form';
}