You are here

protected property SearchBlock::$searchPageRepository in Drupal 8

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

The search page repository.

Type: \Drupal\search\SearchPageRepositoryInterface

File

core/modules/search/src/Plugin/Block/SearchBlock.php, line 38

Class

SearchBlock
Provides a 'Search form' block.

Namespace

Drupal\search\Plugin\Block

Code

protected $searchPageRepository;