You are here

protected property SearchController::$searchPageRepository in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/search/src/Controller/SearchController.php \Drupal\search\Controller\SearchController::searchPageRepository
  2. 9 core/modules/search/src/Controller/SearchController.php \Drupal\search\Controller\SearchController::searchPageRepository

The search page repository.

Type: \Drupal\search\SearchPageRepositoryInterface

File

core/modules/search/src/Controller/SearchController.php, line 24

Class

SearchController
Route controller for search.

Namespace

Drupal\search\Controller

Code

protected $searchPageRepository;