Community Documentation

DRUPAL_BOOTSTRAP_FULL

  1. drupal
    1. 4.7 bootstrap.inc
    2. 5 bootstrap.inc
    3. 6 bootstrap.inc
    4. 7 bootstrap.inc
    5. 8 bootstrap.inc

Final bootstrap phase: Drupal is fully loaded; validate and fix input data.

File

includes/bootstrap.inc, line 170
Functions that need to be loaded on every Drupal request.

Code

<?php
define('DRUPAL_BOOTSTRAP_FULL', 8)
?>
Login or register to post comments