Skip to content
Snippets Groups Projects
Commit 6b9e9ff2 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2039091 by ghazlewood: Fixed drupal_bootstrap() docs are missing phases.

parent 8c384bc4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1762,6 +1762,7 @@ function drupal_anonymous_user() {
* particular phase, all earlier phases are run automatically. Possible
* values:
* - DRUPAL_BOOTSTRAP_CONFIGURATION: Initializes configuration.
* - DRUPAL_BOOTSTRAP_KERNEL: Initalizes a kernel.
* - DRUPAL_BOOTSTRAP_PAGE_CACHE: Tries to serve a cached page.
* - DRUPAL_BOOTSTRAP_DATABASE: Initializes the database layer.
* - DRUPAL_BOOTSTRAP_VARIABLES: Initializes the variable system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment