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
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
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
ComponentKernelTestBase class core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Defines a base class for component kernel tests.
ComponentKernelTestBase.php file core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php
ComponentKernelTestBase::$manager property core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php The component plugin manager.
ComponentKernelTestBase::$modules property core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Modules to install.
ComponentKernelTestBase::$negotiator property core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php The component negotiator.
ComponentKernelTestBase::$themes property core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Themes to install.
ComponentKernelTestBase::renderComponentRenderArray function core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php Renders a component for testing sake.
ComponentKernelTestBase::setUp function core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.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 install.
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.

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