BootstrapConfigStorageFactory |
class |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Defines a factory for retrieving the config storage used pre-kernel. |
DRUPAL_BOOTSTRAP_CONFIGURATION |
constant |
drupal/core/includes/bootstrap.inc |
First bootstrap phase: initialize configuration. |
_drupal_bootstrap_configuration |
function |
drupal/core/includes/bootstrap.inc |
Sets up the script environment and loads settings.php. |
_system_update_bootstrap_status |
function |
drupal/core/modules/system/system.module |
Refreshes the list of bootstrap modules. |
BootstrapConfigStorageFactory.php |
file |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Contains Drupal\Core\Config\BootstrapConfigStorageFactory. |
HookBootExitTest::testHookBootExit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php |
Tests calling of hook_boot() and hook_exit(). |
BootstrapConfigStorageFactory::get |
function |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Returns a configuration storage implementation. |
KernelTest::testHandleBootsTheKernel |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testBootSetsTheBootedFlagToTrue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testBootSetsTheContainerToTheBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testBootInitializesBundlesAndContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testTerminateReturnsSilentlyIfKernelIsNotBooted |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testBootKernelSeveralTimesOnlyInitializesBundlesOnce |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|