function SearchPageRepositoryInterface::getIndexableSearchPages

Same name and namespace in other branches
  1. 9 core/modules/search/src/SearchPageRepositoryInterface.php \Drupal\search\SearchPageRepositoryInterface::getIndexableSearchPages()
  2. 10 core/modules/search/src/SearchPageRepositoryInterface.php \Drupal\search\SearchPageRepositoryInterface::getIndexableSearchPages()
  3. 11.x core/modules/search/src/SearchPageRepositoryInterface.php \Drupal\search\SearchPageRepositoryInterface::getIndexableSearchPages()

Returns all active, indexable search page entities.

Return value

\Drupal\search\SearchPageInterface[] An array of indexable search page entities.

1 method overrides SearchPageRepositoryInterface::getIndexableSearchPages()
SearchPageRepository::getIndexableSearchPages in core/modules/search/src/SearchPageRepository.php
Returns all active, indexable search page entities.

File

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

Class

SearchPageRepositoryInterface
Provides the interface for a repository Search Page entities.

Namespace

Drupal\search

Code

public function getIndexableSearchPages();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.