public UpdateManagerInstall::__construct($root, ModuleHandlerInterface $module_handler, $site_path)
Constructs a new UpdateManagerInstall.
Parameters
string $root: The root location under which installed projects will be saved.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
string $site_path: The site path.
File
core/modules/update/src/Form/UpdateManagerInstall.php, line 49
Class
UpdateManagerInstall Configure update settings for this site.
Namespace