Search for kernel

  1. Search 7.x for kernel
  2. Search 8.9.x for kernel
  3. Search 10.3.x for kernel
  4. Search 11.x for kernel
  5. Other projects
Title Object type File name Summary
AppRootFactory::$drupalKernel property core/lib/Drupal/Core/AppRootFactory.php The Drupal kernel.
AuthenticationSubscriber::onKernelRequestAuthenticate function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authenticates user on request.
AuthenticationSubscriber::onKernelRequestFilterProvider function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Denies access if authentication provider is not allowed on this route.
BanMiddleware::$httpKernel property core/modules/ban/src/BanMiddleware.php The decorated kernel.
BanMiddlewareTest::$kernel property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked wrapped kernel.
BatchKernelTest class core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php Tests batch functionality.
BatchKernelTest.php file core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php
BatchKernelTest::setUp function core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php
BatchKernelTest::testNeedsUpdate function core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php Tests _batch_needs_update().
BigPipe::$httpKernel property core/modules/big_pipe/src/Render/BigPipe.php The HTTP kernel.
CommentController::$httpKernel property core/modules/comment/src/Controller/CommentController.php The HTTP kernel.
CommentViewsKernelTestBase class core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Provides a common test base for comment views tests.
CommentViewsKernelTestBase.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CommentViewsKernelTestBase::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Admin user.
CommentViewsKernelTestBase::$commentStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for comments.
CommentViewsKernelTestBase::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Modules to enable.
CommentViewsKernelTestBase::$userStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for users.
CommentViewsKernelTestBase::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CustomPageExceptionHtmlSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked HTTP kernel.
DefaultExceptionHtmlSubscriber::$httpKernel property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The HTTP kernel.
DisplayKernelTest class core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Drupal unit tests for the DisplayPluginBase class.
DisplayKernelTest.php file core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php
DisplayKernelTest::$handlerTypes property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views handler types to test.
DisplayKernelTest::$modules property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Modules to enable.
DisplayKernelTest::$pluginTypes property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views plugin types to test.
DisplayKernelTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views used by this test.
DisplayKernelTest::testDefaultOptions function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the default display options.
DisplayKernelTest::testGetPlugin function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DisplayKernelTest::testisIdentifierUnique function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the ::isIdentifierUnique method.
DriverSpecificKernelTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php Base class for driver specific kernel tests.
DriverSpecificKernelTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php
DriverSpecificKernelTestBase::$connection property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php The database connection for testing.
DriverSpecificKernelTestBase::setUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php
DrupalKernel class core/lib/Drupal/Core/DrupalKernel.php The DrupalKernel class is the core of Drupal itself.
DrupalKernel.php file core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::$allowDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container can be dumped.
DrupalKernel::$booted property core/lib/Drupal/Core/DrupalKernel.php Whether the kernel has been booted.
DrupalKernel::$bootstrapContainer property core/lib/Drupal/Core/DrupalKernel.php Holds the bootstrap container.
DrupalKernel::$bootstrapContainerClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for instantiating the bootstrap container.
DrupalKernel::$classLoader property core/lib/Drupal/Core/DrupalKernel.php The class loader object.
DrupalKernel::$configStorage property core/lib/Drupal/Core/DrupalKernel.php Config storage object used for reading enabled modules configuration.
DrupalKernel::$container property core/lib/Drupal/Core/DrupalKernel.php Holds the container instance.
DrupalKernel::$containerNeedsDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be dumped once booting is complete.
DrupalKernel::$containerNeedsRebuild property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be rebuilt the next time it is initialized.
DrupalKernel::$defaultBootstrapContainerDefinition property core/lib/Drupal/Core/DrupalKernel.php Holds the default bootstrap container definition.
DrupalKernel::$environment property core/lib/Drupal/Core/DrupalKernel.php The environment, e.g. 'testing', 'install'.
DrupalKernel::$isEnvironmentInitialized property core/lib/Drupal/Core/DrupalKernel.php Whether the PHP environment has been initialized.
DrupalKernel::$moduleData property core/lib/Drupal/Core/DrupalKernel.php List of available modules and installation profiles.
DrupalKernel::$moduleList property core/lib/Drupal/Core/DrupalKernel.php Holds the list of enabled modules.
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.

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