You are here

function SystemUpdateBootstrapStatus::__construct in X Autoload 7.5

Parameters

HookSystem $hookSystem:

SystemTable $systemTable:

SystemListReset $systemListReset:

File

tests/src/VirtualDrupal/SystemUpdateBootstrapStatus.php, line 29

Class

SystemUpdateBootstrapStatus

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function __construct(HookSystem $hookSystem, SystemTable $systemTable, SystemListReset $systemListReset) {
  $this->hookSystem = $hookSystem;
  $this->systemTable = $systemTable;
  $this->systemListReset = $systemListReset;
}