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
PageCache::$httpKernel property core/modules/page_cache/src/StackMiddleware/PageCache.php The wrapped HTTP kernel.
PagerKernelTest class core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php Tests pager-related APIs.
PagerKernelTest.php file core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php
PagerKernelTest::$modules property core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php
PagerKernelTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php
PagerKernelTest::setUp function core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php
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.
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
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.
SitePathFactory::$drupalKernel property core/lib/Drupal/Core/SitePathFactory.php The Drupal 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
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]]
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 enable.
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 class core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group hal
@group legacy
StyleSerializerKernelTest.php file core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest.php file core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$testViews property core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDepenencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @covers ::calculateDependencies[[api-linebreak]]
StyleSerializerKernelTest::testCalculateDepenencies function core/modules/hal/tests/src/Kernel/rest/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

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