function Registry::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::__construct()
  2. 10 core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::__construct()
  3. 9 core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::__construct()
  4. 8.9.x core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::__construct()

File

core/lib/Drupal/Core/Theme/Registry.php, line 130

Class

Registry
Defines the theme registry service.

Namespace

Drupal\Core\Theme

Code

public function __construct(protected CacheBackendInterface $cache, protected LockBackendInterface $lock, protected ModuleHandlerInterface $moduleHandler, protected ThemeHandlerInterface $themeHandler, protected CacheBackendInterface $runtimeCache, protected ModuleExtensionList $moduleList, protected HttpKernelInterface $kernel, protected KeyValueFactoryInterface $keyValueFactory) {
}

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