You are here

public function ConfigSubscriber::__construct in Menu Link Weight 8

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/ConfigSubscriber.php \Drupal\menu_link_weight\EventSubscriber\ConfigSubscriber::__construct()

ConfigSubscriber constructor.

Parameters

\Drupal\Core\DrupalKernelInterface $kernel: The Drupal Kernel.

File

src/EventSubscriber/ConfigSubscriber.php, line 25

Class

ConfigSubscriber

Namespace

Drupal\menu_link_weight\EventSubscriber

Code

public function __construct(DrupalKernelInterface $kernel) {
  $this->kernel = $kernel;
}