function SystemAdminThemePreprocess::__construct

Same name and namespace in other branches
  1. 11.x core/modules/system/src/Theme/SystemAdminThemePreprocess.php \Drupal\system\Theme\SystemAdminThemePreprocess::__construct()

File

core/modules/system/src/Theme/SystemAdminThemePreprocess.php, line 26

Class

SystemAdminThemePreprocess
Hook implementations for system.

Namespace

Drupal\system\Theme

Code

public function __construct(protected ThemeExtensionList $themeExtensionList, protected ModuleExtensionList $moduleExtensionList, protected RendererInterface $renderer, protected ModuleHandlerInterface $moduleHandler, protected AccountInterface $currentUser) {
}

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