Search for kernel

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.