You are here

public function EntityFormModeManagerInterface::addPageTitle in Form mode manager 8.2

The _title_callback for the entity.add routes.

Parameters

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

2 methods override EntityFormModeManagerInterface::addPageTitle()
AbstractEntityFormModesFactory::addPageTitle in src/AbstractEntityFormModesFactory.php
FormModeManagerEntityController::addPageTitle in src/Controller/FormModeManagerEntityController.php
The _title_callback for the entity.add routes.

File

src/EntityFormModeManagerInterface.php, line 25

Class

EntityFormModeManagerInterface
Interface EntityFormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function addPageTitle(RouteMatchInterface $route_match);