hook_boot |
function |
drupal/core/modules/system/system.api.php |
Perform setup tasks for all page requests. |
Bundle::boot |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
Boots the Bundle. |
Kernel::boot |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Boots the current kernel. |
bootstrap.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/twig/twig/test/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/bootstrap.php |
|
bootstrap.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/bootstrap.php |
|
bootstrap.inc |
file |
drupal/core/includes/bootstrap.inc |
Functions that need to be loaded on every Drupal request. |
bootstrap.php |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/bootstrap.php |
|
bootstrap_hooks |
function |
drupal/core/includes/bootstrap.inc |
Defines the critical hooks that force modules to always be loaded. |
Kernel::$booted |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
HookBootExitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
Tests hook_boot() and hook_exit(). |
drupal_bootstrap |
function |
drupal/core/includes/bootstrap.inc |
Ensures Drupal is bootstrapped to the specified phase. |
system_test_boot |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_boot(). |
session_test_boot |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Implements hook_boot(). |
language_test_boot |
function |
drupal/core/modules/language/tests/language_test.module |
Implements hook_boot(). |
DrupalKernel::boot |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Overrides Kernel::boot(). |
bootstrap_invoke_all |
function |
drupal/core/includes/bootstrap.inc |
Invokes a bootstrap hook in all bootstrap modules that implement it. |
HookBootExitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
Definition of Drupal\system\Tests\Bootstrap\HookBootExitTest. |
BundleInterface::boot |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php |
Boots the Bundle. |
DRUPAL_BOOTSTRAP_CODE |
constant |
drupal/core/includes/bootstrap.inc |
Eighth bootstrap phase: load code for subsystems and modules. |
DRUPAL_BOOTSTRAP_FULL |
constant |
drupal/core/includes/bootstrap.inc |
Final bootstrap phase: initialize language, path, theme, and modules. |
translation_test_boot |
function |
drupal/core/modules/translation/tests/translation_test.module |
Implements hook_boot(). |
KernelInterface::boot |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Boots the current kernel. |
install_bootstrap_full |
function |
drupal/core/includes/install.core.inc |
Performs a full bootstrap of Drupal during installation. |
_drupal_bootstrap_code |
function |
drupal/core/includes/common.inc |
Loads code for subsystems and modules, and registers stream wrappers. |
_drupal_bootstrap_full |
function |
drupal/core/includes/common.inc |
Temporary BC function for scripts not using DrupalKernel. |
DRUPAL_BOOTSTRAP_KERNEL |
constant |
drupal/core/includes/bootstrap.inc |
Second bootstrap phase, initalize a kernel. |
KernelForTest::isBooted |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
|
DRUPAL_BOOTSTRAP_SESSION |
constant |
drupal/core/includes/bootstrap.inc |
Sixth bootstrap phase: initialize session handling. |
_drupal_bootstrap_kernel |
function |
drupal/core/includes/bootstrap.inc |
Initialize the kernel / service container. |
DRUPAL_BOOTSTRAP_DATABASE |
constant |
drupal/core/includes/bootstrap.inc |
Fourth bootstrap phase: initialize database layer. |
HookBootExitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
|
DRUPAL_BOOTSTRAP_VARIABLES |
constant |
drupal/core/includes/bootstrap.inc |
Fifth bootstrap phase: initialize the variable system. |
HookBootExitTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
Modules to enable. |
_drupal_bootstrap_database |
function |
drupal/core/includes/bootstrap.inc |
Initializes the database system by loading database.inc. |
drupal_get_bootstrap_phase |
function |
drupal/core/includes/bootstrap.inc |
Returns the current bootstrap phase for this Drupal process. |
KernelForTest::setIsBooted |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
|
DRUPAL_BOOTSTRAP_PAGE_CACHE |
constant |
drupal/core/includes/bootstrap.inc |
Third bootstrap phase: try to serve a cached page. |
update_prepare_d8_bootstrap |
function |
drupal/core/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 7 database. |
_drupal_bootstrap_variables |
function |
drupal/core/includes/bootstrap.inc |
Loads system variables and all enabled bootstrap modules. |
DRUPAL_BOOTSTRAP_PAGE_HEADER |
constant |
drupal/core/includes/bootstrap.inc |
Seventh bootstrap phase: set up the page header. |
_drupal_bootstrap_page_cache |
function |
drupal/core/includes/bootstrap.inc |
Attempts to serve a page from the cache. |
_drupal_bootstrap_page_header |
function |
drupal/core/includes/bootstrap.inc |
Invokes hook_boot(), initializes locking system, and sends HTTP headers. |