drupal_get_bootstrap_phase

Functions that call drupal_get_bootstrap_phase()

Namesort iconLocationDescription
drupal_get_schemadrupal/includes/bootstrap.incGet the schema definition of a table, or the whole database schema.
_drupal_log_errordrupal/includes/common.incLog a PHP error or exception, display an error page in fatal cases.

Functions called by drupal_get_bootstrap_phase()

Namesort iconLocationDescription
drupal_bootstrapdrupal/includes/bootstrap.incA string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without...