You are here

protected function DrupalComponentContainer::getSystemListReset in X Autoload 7.5

Return value

SystemListReset

See also

DrupalComponentContainer::SystemListReset

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getSystemListReset() {
  return new SystemListReset($this->Cache, $this->DrupalStatic);
}