You are here

protected property SearchBlockForm::$searchPageRepository in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/search/src/Form/SearchBlockForm.php \Drupal\search\Form\SearchBlockForm::searchPageRepository
  2. 10 core/modules/search/src/Form/SearchBlockForm.php \Drupal\search\Form\SearchBlockForm::searchPageRepository

The search page repository.

Type: \Drupal\search\SearchPageRepositoryInterface

File

core/modules/search/src/Form/SearchBlockForm.php, line 25

Class

SearchBlockForm
Builds the search form for the search block.

Namespace

Drupal\search\Form

Code

protected $searchPageRepository;