You are here

private function DrupalBootstrap::drupalBootstrapFull in X Autoload 7.5

See also

_drupal_bootstrap_full()

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

File

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

Class

DrupalBootstrap

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

private function drupalBootstrapFull() {
  $this
    ->moduleLoadAll();
  $this
    ->menuSetCustomTheme();
  $this->hookSystem
    ->moduleInvokeAll('init');
}