You are here

protected property SearchBlock::$formBuilder 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::formBuilder
  2. 10 core/modules/search/src/Plugin/Block/SearchBlock.php \Drupal\search\Plugin\Block\SearchBlock::formBuilder

The form builder.

Type: \Drupal\Core\Form\FormBuilderInterface

File

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

Class

SearchBlock
Provides a 'Search form' block.

Namespace

Drupal\search\Plugin\Block

Code

protected $formBuilder;