You are here

protected function DrupalComponentContainer::getDrupalLoad in X Autoload 7.5

Return value

DrupalLoad

See also

DrupalComponentContainer::DrupalLoad

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getDrupalLoad() {
  return new DrupalLoad($this->DrupalGetFilename);
}