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