function ConfigTranslationListController::__construct

Same name in other branches
  1. 8.9.x core/modules/config_translation/src/Controller/ConfigTranslationListController.php \Drupal\config_translation\Controller\ConfigTranslationListController::__construct()
  2. 10 core/modules/config_translation/src/Controller/ConfigTranslationListController.php \Drupal\config_translation\Controller\ConfigTranslationListController::__construct()
  3. 11.x core/modules/config_translation/src/Controller/ConfigTranslationListController.php \Drupal\config_translation\Controller\ConfigTranslationListController::__construct()

Constructs a new ConfigTranslationListController object.

Parameters

\Drupal\config_translation\ConfigMapperManagerInterface $mapper_manager: The config mapper manager.

File

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

Class

ConfigTranslationListController
Defines the configuration translation list controller.

Namespace

Drupal\config_translation\Controller

Code

public function __construct(ConfigMapperManagerInterface $mapper_manager) {
    $this->mapperManager = $mapper_manager;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.