You are here

protected property FormController::$formBuilder in Zircon Profile 8.0

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

The form builder.

Type: \Drupal\Core\Form\FormBuilderInterface

File

core/lib/Drupal/Core/Controller/FormController.php, line 36
Contains \Drupal\Core\Controller\FormController.

Class

FormController
Common base class for form interstitial controllers.

Namespace

Drupal\Core\Controller

Code

protected $formBuilder;