You are here

protected function DrupalComponentContainer::getDrupalGetFilename in X Autoload 7.5

Return value

DrupalGetFilename

See also

DrupalComponentContainer::DrupalGetFilename

File

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

Class

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

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

protected function getDrupalGetFilename() {
  return new DrupalGetFilename($this->SystemTable, $this->exampleModules);
}