Builds entity forms.
This is like \Drupal\Core\Form\FormBuilderInterface but instead of looking up the form class by class name, it looks up the form class based on the entity type and operation.
Hierarchy
- interface \Drupal\Core\Entity\EntityFormBuilderInterface
File
- core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php, line 12
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityFormBuilderInterface::getForm | public | function | Gets the built and processed entity form for the given entity. |
Please login to continue.