You are here

public function SimpleEntityFormModes::addPage in Form mode manager 8.2

In simple entities without bundles we don't generate add_page routes.

Overrides AbstractEntityFormModesFactory::addPage

File

src/SimpleEntityFormModes.php, line 21

Class

SimpleEntityFormModes
Route controller factory specific for each entities not using bundles.

Namespace

Drupal\form_mode_manager

Code

public function addPage(RouteMatchInterface $route_match) {
}