UpdateManagerUpdate::__construct

public UpdateManagerUpdate::__construct(ModuleHandlerInterface $module_handler, StateInterface $state)

Constructs a new UpdateManagerUpdate object.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

\Drupal\Core\State\StateInterface $state: The state service.

File

core/modules/update/src/Form/UpdateManagerUpdate.php, line 39

Class

UpdateManagerUpdate
Configure update settings for this site.

Namespace

Drupal\update\Form

Code

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

Please login to continue.