You are here

private function DrupalBootstrap::drupalBootstrapVariables in X Autoload 7.5

See also

_drupal_bootstrap_variables()

1 call to DrupalBootstrap::drupalBootstrapVariables()
DrupalBootstrap::boot in tests/src/VirtualDrupal/DrupalBootstrap.php

File

tests/src/VirtualDrupal/DrupalBootstrap.php, line 55

Class

DrupalBootstrap

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

private function drupalBootstrapVariables() {
  $this
    ->moduleLoadAll(TRUE);
}