interface EntityFormBuilderInterface

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

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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityFormBuilderInterface.php/interface/EntityFormBuilderInterface/8.1.x