UpdateManagerInstall::__construct

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

Drupal\update\Form

Code

public function __construct($root, ModuleHandlerInterface $module_handler, $site_path) {
  $this->root = $root;
  $this->moduleHandler = $module_handler;
  $this->sitePath = $site_path;
}
doc_Drupal
2016-10-29 09:50:52
Comments
Leave a Comment

Please login to continue.