You are here

protected function DrupalComponentContainer::getSystemList in X Autoload 7.5

Return value

SystemList

See also

DrupalComponentContainer::SystemList

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getSystemList() {
  return new SystemList($this->Cache, $this->SystemTable, $this->DrupalGetFilename, $this->DrupalStatic);
}