public function ConfigTranslationListController::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 33 - Contains \Drupal\config_translation\Controller\ConfigTranslationListController.
Class
- ConfigTranslationListController
- Defines the configuration translation list controller.
Namespace
Drupal\config_translation\ControllerCode
public function __construct(ConfigMapperManagerInterface $mapper_manager) {
$this->mapperManager = $mapper_manager;
}