public function ConfigSubscriber::__construct in Menu Link Weight 8
Same name and namespace in other branches
- 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
Namespace
Drupal\menu_link_weight\EventSubscriberCode
public function __construct(DrupalKernelInterface $kernel) {
$this->kernel = $kernel;
}