You are here

service search.search_page_repository in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/search.services.yml \search.search_page_repository

Class

Drupal\search\SearchPageRepository
16 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.
SearchBlock::create in core/modules/search/src/Plugin/Block/SearchBlock.php
Creates an instance of the plugin.
SearchBlockForm::create in core/modules/search/src/Form/SearchBlockForm.php
Instantiates a new instance of this class.

... 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'