You are here

public function BcConfigSubscriber::__construct in Drupal 8

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;
}