You are here

protected property ControllerBase::$formBuilder in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Controller/ControllerBase.php \Drupal\Core\Controller\ControllerBase::formBuilder

The form builder.

Type: \Drupal\Core\Form\FormBuilderInterface

File

core/lib/Drupal/Core/Controller/ControllerBase.php, line 103

Class

ControllerBase
Utility base class for thin controllers.

Namespace

Drupal\Core\Controller

Code

protected $formBuilder;