You are here

public function SearchApiPageInterface::showAllResultsWhenNoSearchIsPerformed in Search API Pages 8

Show all results when no search is performed.

Return value

bool TRUE when having to show all results.

1 method overrides SearchApiPageInterface::showAllResultsWhenNoSearchIsPerformed()
SearchApiPage::showAllResultsWhenNoSearchIsPerformed in src/Entity/SearchApiPage.php
Show all results when no search is performed.

File

src/SearchApiPageInterface.php, line 107

Class

SearchApiPageInterface
Provides an interface for defining Search page entities.

Namespace

Drupal\search_api_page

Code

public function showAllResultsWhenNoSearchIsPerformed();