Same name and namespace in other branches
  1. 8.9.x core/modules/search/search.services.yml \search.search_page_repository
  2. 9 core/modules/search/search.services.yml \search.search_page_repository

Class

Drupal\search\SearchPageRepository
13 string references to search.search_page_repository
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
Form submission handler.
SearchAdminThemeTest::testSearchUsingAdminTheme in core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
Tests that search results could be displayed in administration theme.
SearchBlockForm::create in core/modules/search/src/Form/SearchBlockForm.php
Instantiates a new instance of this class.
SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
Tests that the search form block can be placed and works.

... See full list

File

core/modules/search/search.services.yml
core/modules/search/search.services.yml

View source
  1. class: Drupal\search\SearchPageRepository
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'