You are here

public function ConfigSubscriber::__construct in Menu Link Weight 8.2

Same name and namespace in other branches
  1. 8 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 30
Contains \Drupal\menu_link_weight\EventSubscriber\ConfigSubscriber.

Class

ConfigSubscriber

Namespace

Drupal\menu_link_weight\EventSubscriber

Code

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