function BcConfigSubscriber::__construct

BcConfigSubscriber constructor.

Parameters

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

File

core/modules/serialization/src/EventSubscriber/BcConfigSubscriber.php, line 28

Class

BcConfigSubscriber
Config event subscriber to rebuild the container when BC config is saved.

Namespace

Drupal\serialization\EventSubscriber

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.