You are here

protected function DrupalComponentContainer::getLibrariesLoad in X Autoload 7.5

Return value

LibrariesLoad

See also

DrupalComponentContainer::LibrariesLoad

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getLibrariesLoad() {
  return new LibrariesLoad($this->DrupalStatic, $this->Cache, $this->LibrariesInfo);
}