function UpdateThemeHooks::__construct

File

core/modules/update/src/Hook/UpdateThemeHooks.php, line 26

Class

UpdateThemeHooks
Theme hooks for update module.

Namespace

Drupal\update\Hook

Code

public function __construct(protected StateInterface $state, protected DateFormatterInterface $dateFormatter, protected ModuleHandlerInterface $moduleHandler, protected AccountInterface $currentUser, protected RedirectDestinationInterface $redirectDestination) {
}

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