Search for boot
Title | Object type | File name | Summary |
---|---|---|---|
BootstrapResettableStaticTestCase | class | modules/ |
Test that resetting static variables works. |
BootstrapResettableStaticTestCase::getInfo | function | modules/ |
|
BootstrapResettableStaticTestCase::testDrupalStatic | function | modules/ |
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called. |
BootstrapTimerTestCase | class | modules/ |
|
BootstrapTimerTestCase::getInfo | function | modules/ |
|
BootstrapTimerTestCase::testTimer | function | modules/ |
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times. |
BootstrapVariableTestCase | class | modules/ |
|
BootstrapVariableTestCase::getInfo | function | modules/ |
|
BootstrapVariableTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BootstrapVariableTestCase::testVariable | function | modules/ |
testVariable |
BootstrapVariableTestCase::testVariableDefaults | function | modules/ |
Makes sure that the default variable parameter is passed through okay. |
bootstrap_hooks | function | includes/ |
Defines the critical hooks that force modules to always be loaded. |
bootstrap_invoke_all | function | includes/ |
Invokes a bootstrap hook in all bootstrap modules that implement it. |
boot_test_1.info | file | modules/ |
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/ |
Tests calling module_implements() during hook_boot() invocation. |
boot_test_1_boot | function | modules/ |
Implements hook_boot(). |
boot_test_2.info | file | modules/ |
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/ |
Defines a hook_help() implementation in a non-"bootstrap" module. |
boot_test_2_help | function | modules/ |
Implements hook_help(). |
drupal_bootstrap | function | includes/ |
Ensures Drupal is bootstrapped to the specified phase. |
DRUPAL_BOOTSTRAP_CONFIGURATION | constant | includes/ |
First bootstrap phase: initialize configuration. |
DRUPAL_BOOTSTRAP_DATABASE | constant | includes/ |
Third bootstrap phase: initialize database layer. |
DRUPAL_BOOTSTRAP_FULL | constant | includes/ |
Final bootstrap phase: Drupal is fully loaded; validate and fix input data. |
DRUPAL_BOOTSTRAP_LANGUAGE | constant | includes/ |
Seventh bootstrap phase: find out language of the page. |
DRUPAL_BOOTSTRAP_PAGE_CACHE | constant | includes/ |
Second bootstrap phase: try to serve a cached page. |
DRUPAL_BOOTSTRAP_PAGE_HEADER | constant | includes/ |
Sixth bootstrap phase: set up the page header. |
DRUPAL_BOOTSTRAP_SESSION | constant | includes/ |
Fifth bootstrap phase: initialize session handling. |
DRUPAL_BOOTSTRAP_VARIABLES | constant | includes/ |
Fourth bootstrap phase: initialize the variable system. |
drupal_get_bootstrap_phase | function | includes/ |
Returns the current bootstrap phase for this Drupal process. |
EarlyBootstrapTestCase | class | modules/ |
Perform early bootstrap tests. |
EarlyBootstrapTestCase::getInfo | function | modules/ |
|
EarlyBootstrapTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
EarlyBootstrapTestCase::testHookBoot | function | modules/ |
Test hook_boot() on both regular and "early exit" pages. |
HookBootExitTestCase | class | modules/ |
Test hook_boot() and hook_exit(). |
HookBootExitTestCase::getInfo | function | modules/ |
|
HookBootExitTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
HookBootExitTestCase::testHookBootExit | function | modules/ |
Test calling of hook_boot() and hook_exit(). |
hook_boot | function | modules/ |
Perform setup tasks for all page requests. |
install_bootstrap_full | function | includes/ |
Performs a full bootstrap of Drupal during installation. |
locale_test_boot | function | modules/ |
Implements hook_boot(). |
session_test_boot | function | modules/ |
Implements hook_boot(). |
system_test_boot | function | modules/ |
Implements hook_boot(). |
update_prepare_d7_bootstrap | function | includes/ |
Performs extra steps required to bootstrap when using a Drupal 6 database. |
_drupal_bootstrap_configuration | function | includes/ |
Sets up the script environment and loads settings.php. |
_drupal_bootstrap_database | function | includes/ |
Initializes the database system and registers autoload functions. |
_drupal_bootstrap_full | function | includes/ |
|
_drupal_bootstrap_page_cache | function | includes/ |
Attempts to serve a page from the cache. |
_drupal_bootstrap_page_header | function | includes/ |
Invokes hook_boot(), initializes locking system, and sends HTTP headers. |
_drupal_bootstrap_variables | function | includes/ |
Loads system variables and all enabled bootstrap modules. |
_system_update_bootstrap_status | function | modules/ |
Refresh bootstrap column in the system table. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.