You are here

protected property ConfigTranslationListController::$mapperManager in Drupal 8

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

The mapper manager.

Type: \Drupal\config_translation\ConfigMapperManagerInterface

File

core/modules/config_translation/src/Controller/ConfigTranslationListController.php, line 20

Class

ConfigTranslationListController
Defines the configuration translation list controller.

Namespace

Drupal\config_translation\Controller

Code

protected $mapperManager;