public function ConfigTranslateForm::__construct

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\Form

Code

public function __construct(ConfigMapperManagerInterface $config_mapper_manager, RouteMatchInterface $route_match) {
  $this->configMapperManager = $config_mapper_manager;
  $this->routeMatch = $route_match;
}