protected property ControllerBase::$formBuilder in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Controller/ControllerBase.php \Drupal\Core\Controller\ControllerBase::formBuilder
- 10 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 114
Class
- ControllerBase
- Utility base class for thin controllers.
Namespace
Drupal\Core\ControllerCode
protected $formBuilder;