function RouteSubscriber::__construct
Constructs a new RouteSubscriber.
Parameters
\Drupal\config_translation\ConfigMapperManagerInterface $mapper_manager: The mapper plugin discovery service.
File
-
core/
modules/ config_translation/ src/ Routing/ RouteSubscriber.php, line 28
Class
- RouteSubscriber
- Listens to the dynamic route events.
Namespace
Drupal\config_translation\RoutingCode
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.