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
PagerKernelTest::testSetPagerMethods function core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php Tests pager-related setter methods on ViewExecutable.
PathAliasSubscriber::onKernelController function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Sets the cache key on the alias manager cache decorator.
PathAliasSubscriber::onKernelTerminate function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Ensures system paths for the request get cached.
PluginKernelTestBase class core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php Base test class for views plugin unit tests.
PluginKernelTestBase.php file core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
PsrResponseSubscriber::onKernelView function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Converts a PSR-7 response to a Symfony response.
RegistryTest::$kernel property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The kernel.
ReverseProxyMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The decorated kernel.
ReverseProxyMiddlewareTest::$mockHttpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
RouteProviderTest::httpKernelHandle function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouterTestEarlyExceptionSubscriber::onKernelRequest function core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php Throw an exception, which will trigger exception-handling subscribers.
Session::$httpKernel property core/lib/Drupal/Core/StackMiddleware/Session.php The wrapped HTTP kernel.
SessionTestSubscriber::onKernelRequestSessionTest function core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php Set header for session testing.
SessionTestSubscriber::onKernelResponseSessionTest function core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php Performs tasks for session_test module on kernel.response.
StackedHttpKernel class core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php Provides a stacked HTTP kernel.
StackedHttpKernel.php file core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php
StackedHttpKernel::$kernel property core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php The decorated kernel.
StackedHttpKernel::$middlewares property core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php A set of middlewares that are wrapped around this kernel.
StackedHttpKernel::handle function core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php
StackedHttpKernel::terminate function core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
StackedHttpKernel::__construct function core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php Constructs a stacked HTTP kernel.
StackedKernelPass class core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php Provides a compiler pass for stacked HTTP kernels.
StackedKernelPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
StackedKernelPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\StackedKernelPass[[api-linebreak]]
@group DependencyInjection
StackedKernelPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$containerBuilder property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$stackedKernelPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php The stacked kernel pass.
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StackedKernelPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::testProcessWithHttpKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class declared 'final' can be added as http_middleware.
StackKernelIntegrationTest class core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests the stacked kernel functionality.
StackKernelIntegrationTest.php file core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
StackKernelIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Modules to install.
StackKernelIntegrationTest::testLazyLateMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that late middlewares are automatically flagged lazy.
StackKernelIntegrationTest::testRequest function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests a request.
StyleSerializerKernelTest class core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group views
StyleSerializerKernelTest.php file core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Modules to install.
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Views to be enabled.
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @covers ::calculateDependencies[[api-linebreak]]
TermKernelTest class core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Kernel tests for taxonomy term functions.
TermKernelTest.php file core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::$modules property core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Modules to install.
TermKernelTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::testDeleteTermHierarchyDeprecation function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php @covers \Drupal\taxonomy\TermStorage::deleteTermHierarchy[[api-linebreak]]
@group legacy
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.

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