SystemConfigSubscriber::__construct

public SystemConfigSubscriber::__construct(RouteBuilderInterface $router_builder)

Constructs the SystemConfigSubscriber.

Parameters

\Drupal\Core\Routing\RouteBuilderInterface $route_builder: The router builder service.

File

core/modules/system/src/SystemConfigSubscriber.php, line 31

Class

SystemConfigSubscriber
System Config subscriber.

Namespace

Drupal\system

Code

public function __construct(RouteBuilderInterface $router_builder) {
  $this->routerBuilder = $router_builder;
}
doc_Drupal
2016-10-29 09:45:41
Comments
Leave a Comment

Please login to continue.