public function SearchApiPageInterface::showSearchForm in Search API Pages 8
Whether to show the search form above the search results.
Return value
bool TRUE when search form needs to be shown.
1 method overrides SearchApiPageInterface::showSearchForm()
- SearchApiPage::showSearchForm in src/
Entity/ SearchApiPage.php - Whether to show the search form above the search results.
File
- src/
SearchApiPageInterface.php, line 99
Class
- SearchApiPageInterface
- Provides an interface for defining Search page entities.
Namespace
Drupal\search_api_pageCode
public function showSearchForm();