function SearchPageRepositoryInterface::getIndexableSearchPages
Same name in other branches
- 9 core/modules/search/src/SearchPageRepositoryInterface.php \Drupal\search\SearchPageRepositoryInterface::getIndexableSearchPages()
- 10 core/modules/search/src/SearchPageRepositoryInterface.php \Drupal\search\SearchPageRepositoryInterface::getIndexableSearchPages()
- 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\searchCode
public function getIndexableSearchPages();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.