You are here

protected function DrupalComponentContainer::getHookSystem in X Autoload 7.5

Return value

HookSystem

See also

DrupalComponentContainer::HookSystem

File

tests/src/VirtualDrupal/DrupalComponentContainer.php, line 109

Class

DrupalComponentContainer
@property ModuleEnable ModuleEnable @property DrupalGetFilename DrupalGetFilename @property SystemUpdateBootstrapStatus SystemUpdateBootstrapStatus @property SystemRebuildModuleData SystemRebuildModuleData @property SystemListReset…

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getHookSystem() {
  return new HookSystem($this->DrupalStatic, $this->Cache, $this->ModuleList);
}