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 10.3.x for kernel
  5. Other projects
Title Object type File name Summary
PackageManagerKernelTestBase::assertResults function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Asserts validation results are returned from a stage life cycle event.
PackageManagerKernelTestBase::assertStatusCheckResults function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Asserts validation results are returned from the status check event.
PackageManagerKernelTestBase::createStage function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Creates a stage object for testing purposes.
PackageManagerKernelTestBase::createTestProject function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Creates a test project.
PackageManagerKernelTestBase::enableModules function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Enables modules for this test.
PackageManagerKernelTestBase::register function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Registers test-specific services.
PackageManagerKernelTestBase::registerPostUpdateFunctions function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Marks all pending post-update functions as completed.
PackageManagerKernelTestBase::setCoreVersion function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Sets the current (running) version of core for the Update Status module.
PackageManagerKernelTestBase::setReleaseMetadata function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Sets the release metadata file to use when fetching available updates.
PackageManagerKernelTestBase::setUp function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
PackageManagerKernelTestBase::tearDown function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Invokes the test preconditions assertion after each test run.
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 Modules to install.
PagerKernelTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php Views to be enabled.
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.
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 Returns the handle of the HTTP kernel service.
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::$httpKernel 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
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
StackedKernelPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\StackedKernelPass.
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 Tests process with http kernel.
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests process with stacked kernel.
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class declared 'final' can be added as http_middleware.

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