You are here

public function ExtensionNamespaces::__construct in X Autoload 7.5

Parameters

DrupalSystemInterface $system:

File

src/Phases/ExtensionNamespaces.php, line 39

Class

ExtensionNamespaces

Namespace

Drupal\xautoload\Phases

Code

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