public function SystemConfigSubscriber::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/SystemConfigSubscriber.php \Drupal\system\SystemConfigSubscriber::__construct()
Constructs the SystemConfigSubscriber.
Parameters
\Drupal\Core\Routing\RouteBuilderInterface $route_builder: The router builder service.
File
- core/
modules/ system/ src/ SystemConfigSubscriber.php, line 36 - Contains \Drupal\system\SystemConfigSubscriber.
Class
- SystemConfigSubscriber
- System Config subscriber.
Namespace
Drupal\systemCode
public function __construct(RouteBuilderInterface $router_builder) {
$this->routerBuilder = $router_builder;
}