7 uses of DRUPAL_BOOTSTRAP_FULL

drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_exit in drupal/core/includes/common.inc
Performs end-of-request tasks.
drupal_get_complete_schema in drupal/core/includes/schema.inc
Gets the whole database schema.
install_bootstrap_full in drupal/core/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
LegacyRequestSubscriber::onKernelRequestLegacy in drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php
Initializes the rest of the legacy Drupal subsystems.
update.php in drupal/core/update.php
Administrative page for handling updates from one Drupal version to another.
_drupal_log_error in drupal/core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.