SearchPageRepositoryInterface::getDefaultSearchPage

public SearchPageRepositoryInterface::getDefaultSearchPage()

Returns the default search page.

Return value

\Drupal\search\SearchPageInterface|bool The search page entity, or FALSE if no pages are active.

File

core/modules/search/src/SearchPageRepositoryInterface.php, line 40

Class

SearchPageRepositoryInterface
Provides the interface for a repository Search Page entities.

Namespace

Drupal\search

Code

public function getDefaultSearchPage();
doc_Drupal
2016-10-29 09:40:47
Comments
Leave a Comment

Please login to continue.