Builds entity forms.
Hierarchy
- class \Drupal\Core\Entity\EntityFormBuilder implements EntityFormBuilderInterface
File
- core/lib/Drupal/Core/Entity/EntityFormBuilder.php, line 11
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityFormBuilder::$entityManager | protected | property | The entity manager. |
EntityFormBuilder::$formBuilder | protected | property | The form builder. |
EntityFormBuilder::getForm | public | function | Gets the built and processed entity form for the given entity. Overrides EntityFormBuilderInterface::getForm |
EntityFormBuilder::__construct | public | function | Constructs a new EntityFormBuilder. |
Please login to continue.