You are here

public function EntityFormModeManagerInterface::entityAdd in Form mode manager 8.2

Provides the entity add submission form.

Parameters

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

2 methods override EntityFormModeManagerInterface::entityAdd()
AbstractEntityFormModesFactory::entityAdd in src/AbstractEntityFormModesFactory.php
Provides the entity add submission form.
FormModeManagerEntityController::entityAdd in src/Controller/FormModeManagerEntityController.php
Provides the entity add submission form.

File

src/EntityFormModeManagerInterface.php, line 49

Class

EntityFormModeManagerInterface
Interface EntityFormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function entityAdd(RouteMatchInterface $route_match);