public function ConfigTranslateForm::__construct in Translation Management Tool 8
Constructs a ConfigTranslationController.
Parameters
\Drupal\config_translation\ConfigMapperManagerInterface $config_mapper_manager: The configuration mapper manager.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The RouteMatch service.
File
- sources/
tmgmt_config/ src/ Form/ ConfigTranslateForm.php, line 51
Class
- ConfigTranslateForm
- Configuration translation overview form.
Namespace
Drupal\tmgmt_config\FormCode
public function __construct(ConfigMapperManagerInterface $config_mapper_manager, RouteMatchInterface $route_match) {
$this->configMapperManager = $config_mapper_manager;
$this->routeMatch = $route_match;
}