You are here

function LibrariesInfo::__construct in X Autoload 7.5

Parameters

DrupalStatic $drupalStatic:

HookSystem $hookSystem:

File

tests/src/VirtualDrupal/LibrariesInfo.php, line 23

Class

LibrariesInfo

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function __construct(DrupalStatic $drupalStatic, HookSystem $hookSystem) {
  $this->drupalStatic = $drupalStatic;
  $this->hookSystem = $hookSystem;
}