Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemConfigSubscriber.php

function 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\system

Code

public function __construct(RouteBuilderInterface $router_builder) {
    $this->routerBuilder = $router_builder;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal