You are here

protected property ConfigSubscriber::$drupalKernel in JSON:API Extras 8.2

Same name and namespace in other branches
  1. 8.3 src/EventSubscriber/ConfigSubscriber.php \Drupal\jsonapi_extras\EventSubscriber\ConfigSubscriber::drupalKernel

The Drupal kernel.

Type: \Drupal\Core\DrupalKernelInterface

File

src/EventSubscriber/ConfigSubscriber.php, line 24

Class

ConfigSubscriber
Associates config cache tag and rebuilds container + routes when necessary.

Namespace

Drupal\jsonapi_extras\EventSubscriber

Code

protected $drupalKernel;