SearchPageRepositoryInterface::getIndexableSearchPages

public SearchPageRepositoryInterface::getIndexableSearchPages()

Returns all active, indexable search page entities.

Return value

\Drupal\search\SearchPageInterface[] An array of 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();
doc_Drupal
2016-10-29 09:40:47
Comments
Leave a Comment

Please login to continue.