RouteSubscriber::__construct

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

public function __construct(ConfigMapperManagerInterface $mapper_manager) {
  $this->mapperManager = $mapper_manager;
}
doc_Drupal
2016-10-29 09:39:28
Comments
Leave a Comment

Please login to continue.