You are here

public function EntityFormModeManagerInterface::checkAccess in Form mode manager 8.2

Checks access for the Form Mode Manager routes.

Parameters

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

2 methods override EntityFormModeManagerInterface::checkAccess()
AbstractEntityFormModesFactory::checkAccess in src/AbstractEntityFormModesFactory.php
FormModeManagerEntityController::checkAccess in src/Controller/FormModeManagerEntityController.php
Checks access for the Form Mode Manager routes.

File

src/EntityFormModeManagerInterface.php, line 33

Class

EntityFormModeManagerInterface
Interface EntityFormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function checkAccess(RouteMatchInterface $route_match);