You are here

public function EntityFormModeManagerInterface::entityEdit in Form mode manager 8.2

Provides the entity 'edit' form.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.

2 methods override EntityFormModeManagerInterface::entityEdit()
AbstractEntityFormModesFactory::entityEdit in src/AbstractEntityFormModesFactory.php
Provides the entity 'edit' form.
FormModeManagerEntityController::entityEdit in src/Controller/FormModeManagerEntityController.php
Provides the entity 'edit' form.

File

src/EntityFormModeManagerInterface.php, line 57

Class

EntityFormModeManagerInterface
Interface EntityFormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function entityEdit(RouteMatchInterface $route_match);