Search for boot
Title | Object type | File name | Summary |
---|---|---|---|
BootableCommandTrait | trait | core/ |
Contains helper methods for console commands that boot up Drupal. |
BootableCommandTrait.php | file | core/ |
|
BootableCommandTrait::$classLoader | property | core/ |
The class loader. |
BootableCommandTrait::boot | function | core/ |
Boots up a Drupal environment. |
BootableCommandTrait::getSitePath | function | core/ |
Gets the site path. |
bootstrap.inc | file | core/ |
Functions that need to be loaded on every Drupal request. |
bootstrap.php | file | core/ |
|
BootstrapConfigStorageFactory | class | core/ |
Defines a factory for retrieving the config storage used pre-kernel. |
BootstrapConfigStorageFactory.php | file | core/ |
|
BootstrapConfigStorageFactory::get | function | core/ |
Returns a configuration storage implementation. |
BootstrapConfigStorageFactory::getDatabaseStorage | function | core/ |
Returns a Database configuration storage implementation. |
BootstrapErrorHandler | class | core/ |
Drupal's PHPUnit base error handler. |
BootstrapErrorHandler.php | file | core/ |
|
BootstrapErrorHandler::__construct | function | core/ |
|
BootstrapErrorHandler::__invoke | function | core/ |
Executes when the object is called as a function. |
DrupalKernel::$booted | property | core/ |
Whether the kernel has been booted. |
DrupalKernel::$bootstrapContainer | property | core/ |
Holds the bootstrap container. |
DrupalKernel::$bootstrapContainerClass | property | core/ |
Holds the class used for instantiating the bootstrap container. |
DrupalKernel::$defaultBootstrapContainerDefinition | property | core/ |
Holds the default bootstrap container definition. |
DrupalKernel::boot | function | core/ |
Boots the current kernel. |
DrupalKernel::bootEnvironment | function | core/ |
Setup a consistent PHP environment. |
DrupalKernelInterface::boot | function | core/ |
Boots the current kernel. |
DrupalKernelTest::bootKernel | function | core/ |
Bootstraps a kernel for a test. |
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment | function | core/ |
Tests repeated loading of compiled DIC with different environment. |
DrupalKernelTest::testUnBootedTerminate | function | core/ |
@covers ::terminate @runInSeparateProcess |
HtmlOutputLogger::bootstrap | function | core/ |
|
install_bootstrap_full | function | core/ |
Performs a full bootstrap of Drupal during installation. |
KernelTestBase::bootEnvironment | function | core/ |
Bootstraps a basic test environment. |
KernelTestBase::bootKernel | function | core/ |
Bootstraps a kernel for a test. |
KernelTestBaseTest::testBootEnvironment | function | core/ |
@covers ::bootEnvironment |
KernelTestBaseTest::testBootKernel | function | core/ |
@covers ::bootKernel |
LegacyBootstrapTest | class | core/ |
Tests legacy bootstrap functions. |
LegacyBootstrapTest.php | file | core/ |
|
LegacyBootstrapTest::$modules | property | core/ |
Modules to enable. |
LegacyBootstrapTest::testWatchdogException | function | core/ |
Tests watchdog_exception() deprecation. |
ServerCommand::boot | function | core/ |
Boots up a Drupal environment. |
TestRunnerKernel::boot | function | core/ |
Boots the current kernel. |
TranslationStringTest::rebootAndPrepareSettings | function | core/ |
Reboots the kernel to set custom translations in Settings. |
UpdateKernel::bootSession | function | core/ |
Boots up the session. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.