public function UpdateHelper::__construct in Evercurrent 8
Same name and namespace in other branches
- 8.2 src/UpdateHelper.php \Drupal\evercurrent\UpdateHelper::__construct()
Constructor.
File
- src/
UpdateHelper.php, line 43 - Contains Drupal\evercurrent\UpdateHelper.
Class
- UpdateHelper
- Class UpdateHelper.
Namespace
Drupal\evercurrentCode
public function __construct(ConfigFactory $config_factory, ModuleHandlerInterface $module_handler, ThemeHandlerInterface $theme_handler) {
$this->config_factory = $config_factory;
$this->module_handler = $module_handler;
$this->theme_handler = $theme_handler;
}