You are here

public function UpdateHelper::__construct in Evercurrent 8.2

Same name and namespace in other branches
  1. 8 src/UpdateHelper.php \Drupal\evercurrent\UpdateHelper::__construct()

Constructor.

File

src/UpdateHelper.php, line 53

Class

UpdateHelper
Default UpdateHelper instantiation.

Namespace

Drupal\evercurrent

Code

public function __construct(ConfigFactory $configFactory, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, MessengerInterface $messenger) {
  $this->configFactory = $configFactory;
  $this->moduleHandler = $moduleHandler;
  $this->themeHandler = $themeHandler;
  $this->messenger = $messenger;
}