Search for boot

  1. Search 9.5.x for boot
  2. Search 8.9.x for boot
  3. Search 10.3.x for boot
  4. Search 11.x for boot
  5. Other projects
Title Object type File name Summary
BootstrapResettableStaticTestCase class modules/simpletest/tests/bootstrap.test Test that resetting static variables works.
BootstrapResettableStaticTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapResettableStaticTestCase::testDrupalStatic function modules/simpletest/tests/bootstrap.test Test that a variable reference returned by drupal_static() gets reset when
drupal_static_reset() is called.
BootstrapTimerTestCase class modules/simpletest/tests/bootstrap.test
BootstrapTimerTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapTimerTestCase::testTimer function modules/simpletest/tests/bootstrap.test Test timer_read() to ensure it properly accumulates time when the timer
started and stopped multiple times.
BootstrapVariableTestCase class modules/simpletest/tests/bootstrap.test
BootstrapVariableTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapVariableTestCase::setUp function modules/simpletest/tests/bootstrap.test Sets up a Drupal site for running functional and integration tests.
BootstrapVariableTestCase::testVariable function modules/simpletest/tests/bootstrap.test testVariable
BootstrapVariableTestCase::testVariableDefaults function modules/simpletest/tests/bootstrap.test Makes sure that the default variable parameter is passed through okay.
bootstrap_hooks function includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded.
bootstrap_invoke_all function includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it.
boot_test_1.info file modules/simpletest/tests/boot_test_1.info name = Early bootstrap tests
description = A support module for hook_boot testing.
core = 7.x
package = Testing
version = VERSION
hidden = TRUE
boot_test_1.module file modules/simpletest/tests/boot_test_1.module Tests calling module_implements() during hook_boot() invocation.
boot_test_1_boot function modules/simpletest/tests/boot_test_1.module Implements hook_boot().
boot_test_2.info file modules/simpletest/tests/boot_test_2.info name = Early bootstrap tests
description = A support module for hook_boot hook testing.
core = 7.x
package = Testing
version = VERSION
hidden = TRUE
boot_test_2.module file modules/simpletest/tests/boot_test_2.module Defines a hook_help() implementation in a non-"bootstrap" module.
boot_test_2_help function modules/simpletest/tests/boot_test_2.module Implements hook_help().
drupal_bootstrap function includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase.
DRUPAL_BOOTSTRAP_CONFIGURATION constant includes/bootstrap.inc First bootstrap phase: initialize configuration.
DRUPAL_BOOTSTRAP_DATABASE constant includes/bootstrap.inc Third bootstrap phase: initialize database layer.
DRUPAL_BOOTSTRAP_FULL constant includes/bootstrap.inc Final bootstrap phase: Drupal is fully loaded; validate and fix input data.
DRUPAL_BOOTSTRAP_LANGUAGE constant includes/bootstrap.inc Seventh bootstrap phase: find out language of the page.
DRUPAL_BOOTSTRAP_PAGE_CACHE constant includes/bootstrap.inc Second bootstrap phase: try to serve a cached page.
DRUPAL_BOOTSTRAP_PAGE_HEADER constant includes/bootstrap.inc Sixth bootstrap phase: set up the page header.
DRUPAL_BOOTSTRAP_SESSION constant includes/bootstrap.inc Fifth bootstrap phase: initialize session handling.
DRUPAL_BOOTSTRAP_VARIABLES constant includes/bootstrap.inc Fourth bootstrap phase: initialize the variable system.
drupal_get_bootstrap_phase function includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process.
EarlyBootstrapTestCase class modules/simpletest/tests/boot.test Perform early bootstrap tests.
EarlyBootstrapTestCase::getInfo function modules/simpletest/tests/boot.test
EarlyBootstrapTestCase::setUp function modules/simpletest/tests/boot.test Sets up a Drupal site for running functional and integration tests.
EarlyBootstrapTestCase::testHookBoot function modules/simpletest/tests/boot.test Test hook_boot() on both regular and "early exit" pages.
HookBootExitTestCase class modules/simpletest/tests/bootstrap.test Test hook_boot() and hook_exit().
HookBootExitTestCase::getInfo function modules/simpletest/tests/bootstrap.test
HookBootExitTestCase::setUp function modules/simpletest/tests/bootstrap.test Sets up a Drupal site for running functional and integration tests.
HookBootExitTestCase::testHookBootExit function modules/simpletest/tests/bootstrap.test Test calling of hook_boot() and hook_exit().
hook_boot function modules/system/system.api.php Perform setup tasks for all page requests.
install_bootstrap_full function includes/install.core.inc Performs a full bootstrap of Drupal during installation.
locale_test_boot function modules/locale/tests/locale_test.module Implements hook_boot().
session_test_boot function modules/simpletest/tests/session_test.module Implements hook_boot().
system_test_boot function modules/simpletest/tests/system_test.module Implements hook_boot().
update_prepare_d7_bootstrap function includes/update.inc Performs extra steps required to bootstrap when using a Drupal 6 database.
_drupal_bootstrap_configuration function includes/bootstrap.inc Sets up the script environment and loads settings.php.
_drupal_bootstrap_database function includes/bootstrap.inc Initializes the database system and registers autoload functions.
_drupal_bootstrap_full function includes/common.inc
_drupal_bootstrap_page_cache function includes/bootstrap.inc Attempts to serve a page from the cache.
_drupal_bootstrap_page_header function includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers.
_drupal_bootstrap_variables function includes/bootstrap.inc Loads system variables and all enabled bootstrap modules.
_system_update_bootstrap_status function modules/system/system.module Refresh bootstrap column in the system table.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.