You are here

protected property RedirectFormBlock::$formBuilder in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php \Drupal\form_test\Plugin\Block\RedirectFormBlock::formBuilder
  2. 9 core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php \Drupal\form_test\Plugin\Block\RedirectFormBlock::formBuilder

The form builder.

Type: \Drupal\Core\Form\FormBuilderInterface

File

core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php, line 28

Class

RedirectFormBlock
Provides a block containing a simple redirect form.

Namespace

Drupal\form_test\Plugin\Block

Code

protected $formBuilder;