public RouteSubscriber::__construct(ConfigMapperManagerInterface$mapper_manager)
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\Routing
Code
1 2 3 | public function __construct(ConfigMapperManagerInterface $mapper_manager ) { $this ->mapperManager = $mapper_manager ; } |
Please login to continue.