You are here

protected function DrupalComponentContainer::getLibrariesInfo in X Autoload 7.5

Return value

LibrariesInfo

See also

DrupalComponentContainer::LibrariesInfo

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getLibrariesInfo() {
  return new LibrariesInfo($this->DrupalStatic, $this->HookSystem);
}