You are here

function DrupalBootstrap::boot in X Autoload 7.5

See also

drupal_bootstrap()

File

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

Class

DrupalBootstrap

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function boot() {
  $this
    ->drupalBootstrapVariables();
  $this
    ->drupalBootstrapPageHeader();
  $this
    ->drupalBootstrapFull();
}