You are here

protected function DrupalComponentContainer::getModuleEnable in X Autoload 7.5

Return value

ModuleEnable

See also

DrupalComponentContainer::ModuleEnable

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getModuleEnable() {
  return new ModuleEnable($this->DrupalGetFilename, $this->HookSystem, $this->ModuleList, $this->SystemTable, $this->SystemListReset, $this->SystemRebuildModuleData, $this->SystemUpdateBootstrapStatus);
}