function ConfigSubscriber::__construct

File

core/modules/locale/src/EventSubscriber/ConfigSubscriber.php, line 16

Class

ConfigSubscriber
Rebuilds the container when locale config is changed.

Namespace

Drupal\locale\EventSubscriber

Code

public function __construct(#[Autowire(service: 'kernel')] private DrupalKernel $kernel) {
}

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