You are here

protected property EntityFormBuilder::$formBuilder in Drupal 9

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

The form builder.

Type: \Drupal\Core\Form\FormBuilderInterface

File

core/lib/Drupal/Core/Entity/EntityFormBuilder.php, line 25

Class

EntityFormBuilder
Builds entity forms.

Namespace

Drupal\Core\Entity

Code

protected $formBuilder;