public function UpdateHelper::__construct in Evercurrent 8.2
Same name and namespace in other branches
- 8 src/UpdateHelper.php \Drupal\evercurrent\UpdateHelper::__construct()
Constructor.
File
- src/
UpdateHelper.php, line 53
Class
- UpdateHelper
- Default UpdateHelper instantiation.
Namespace
Drupal\evercurrentCode
public function __construct(ConfigFactory $configFactory, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, MessengerInterface $messenger) {
$this->configFactory = $configFactory;
$this->moduleHandler = $moduleHandler;
$this->themeHandler = $themeHandler;
$this->messenger = $messenger;
}