You are here

protected function DrupalComponentContainer::getSystemBuildModuleData in X Autoload 7.5

Return value

SystemBuildModuleData

See also

DrupalComponentContainer::SystemBuildModuleData

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getSystemBuildModuleData() {
  return new SystemBuildModuleData($this->exampleModules, $this->HookSystem);
}