Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 8.9.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
http_kernel_test.test_middleware | service | core/ |
Drupal\http_kernel_test\HttpKernel\TestMiddleware |
http_kernel_test.test_middleware2 | service | core/ |
Drupal\http_kernel_test\HttpKernel\TestMiddleware |
http_middleware.kernel_pre_handle | service | core/ |
Drupal\Core\StackMiddleware\KernelPreHandle |
InstallerKernel | class | core/ |
Extend DrupalKernel to handle force some kernel behaviors. |
InstallerKernel.php | file | core/ |
|
InstallerKernel::getConfigStorage | function | core/ |
Returns the active configuration storage used during early install. |
InstallerKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
InstallerKernel::initializeContainer | function | core/ |
Initializes the service container. |
InstallerKernel::installationAttempted | function | core/ |
Returns TRUE if a Drupal installation is currently being attempted. |
InstallerKernel::resetConfigStorage | function | core/ |
Reset the bootstrap config storage. |
JsonapiKernelTestBase | class | core/ |
Contains shared test utility methods. |
JsonapiKernelTestBase.php | file | core/ |
|
JsonapiKernelTestBase::$modules | property | core/ |
Modules to install. |
JsonapiKernelTestBase::createTextField | function | core/ |
Creates a field of an entity reference field storage on the bundle. |
jsonapi_test_normalizers_kernel.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml |
jsonapi_test_normalizers_kernel.jsonapi_document_toplevel | service | core/ |
Alias of serializer.normalizer.jsonapi_document_toplevel.jsonapi |
jsonapi_test_normalizers_kernel.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml |
KernelDestructionSubscriber | class | core/ |
Destructs services that are initiated and tagged with "needs_destruction". |
KernelDestructionSubscriber.php | file | core/ |
|
KernelDestructionSubscriber::$services | property | core/ |
Holds an array of service ID's that will require destruction. |
KernelDestructionSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
KernelDestructionSubscriber::onKernelTerminate | function | core/ |
Invoked by the terminate kernel event. |
KernelDestructionSubscriber::registerService | function | core/ |
Registers a service for destruction. |
KernelMissingDependentModuleMethodTest | class | core/ |
A fixture test class with requires annotation. |
KernelMissingDependentModuleMethodTest.php | file | core/ |
|
KernelMissingDependentModuleMethodTest::publicCheckRequirements | function | core/ |
Public access for checkRequirements() to avoid reflection. |
KernelMissingDependentModuleMethodTest::testRequiresModule | function | core/ |
This method should be skipped since it requires a module that is not found. |
KernelMissingDependentModuleTest | class | core/ |
A fixture test class with requires annotation. |
KernelMissingDependentModuleTest.php | file | core/ |
|
KernelMissingDependentModuleTest::publicCheckRequirements | function | core/ |
Public access for checkRequirements() to avoid reflection. |
KernelMissingDependentModuleTest::testRequiresModule | function | core/ |
Placeholder test method. |
KernelPreHandle | class | core/ |
Prepares the environment after page caching ran. |
KernelPreHandle.php | file | core/ |
|
KernelPreHandle::$drupalKernel | property | core/ |
The main Drupal kernel. |
KernelPreHandle::$httpKernel | property | core/ |
The wrapped HTTP kernel. |
KernelPreHandle::handle | function | core/ |
|
KernelPreHandle::__construct | function | core/ |
Constructs a new KernelPreHandle instance. |
KernelTestBase | class | core/ |
Base class for functional integration tests. |
KernelTestBase.php | file | core/ |
|
KernelTestBase::$backupGlobals | property | core/ |
Back up and restore any global variables that may be changed by tests. |
KernelTestBase::$backupStaticAttributes | property | core/ |
Back up and restore static class properties that may be changed by tests. |
KernelTestBase::$backupStaticAttributesBlacklist | property | core/ |
Contains a few static class properties for performance. |
KernelTestBase::$classLoader | property | core/ |
|
KernelTestBase::$configImporter | property | core/ |
@todo Move into Config test base class. |
KernelTestBase::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
KernelTestBase::$container | property | core/ |
|
KernelTestBase::$databasePrefix | property | core/ |
|
KernelTestBase::$keyValue | property | core/ |
The key_value service that must persist between container rebuilds. |
KernelTestBase::$modules | property | core/ |
Modules to install. |
KernelTestBase::$preserveGlobalState | property | core/ |
Do not forward any global state from the parent process to the processes that run the actual tests. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.