You are here

protected property ConfigTranslationController::$accessManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/Controller/ConfigTranslationController.php \Drupal\config_translation\Controller\ConfigTranslationController::accessManager

The menu link access service.

Type: \Drupal\Core\Access\AccessManagerInterface

File

core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 39

Class

ConfigTranslationController
Provides page callbacks for the configuration translation interface.

Namespace

Drupal\config_translation\Controller

Code

protected $accessManager;