public function SearchApiPageBlockForm::getBaseFormId in Search API Pages 8
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 BaseFormIdInterface::getBaseFormId
File
- src/
Form/ SearchApiPageBlockForm.php, line 90
Class
- SearchApiPageBlockForm
- Builds the search form for the search api page block.
Namespace
Drupal\search_api_page\FormCode
public function getBaseFormId() {
return 'search_api_page_block_form';
}