You are here

public function HookXautoloadEarly::__construct in X Autoload 7.5

Parameters

DrupalSystemInterface $system:

File

src/Phases/HookXautoloadEarly.php, line 34

Class

HookXautoloadEarly
A variation of hook_xautoload() that fires very early, as soon as a *.module file is included, but only once per module / request.

Namespace

Drupal\xautoload\Phases

Code

public function __construct(DrupalSystemInterface $system) {
  $this->system = $system;
}