You are here

protected property SearchPageFormBase::$searchPageRepository in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/src/Form/SearchPageFormBase.php \Drupal\search\Form\SearchPageFormBase::searchPageRepository

The search page repository.

Type: \Drupal\search\SearchPageRepositoryInterface

File

core/modules/search/src/Form/SearchPageFormBase.php, line 35

Class

SearchPageFormBase
Provides a base form for search pages.

Namespace

Drupal\search\Form

Code

protected $searchPageRepository;