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
FileUpload::$httpKernel property core/modules/jsonapi/src/Controller/FileUpload.php An HTTP kernel for making subrequests.
FilterKernelTest class core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests Filter module filters individually.
FilterKernelTest.php file core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$filters property core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$modules property core/modules/filter/tests/src/Kernel/FilterKernelTest.php Modules to enable.
FilterKernelTest::assertFilteredString function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts multiple filter output expectations for multiple input strings.
FilterKernelTest::assertNoNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterKernelTest::assertNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
FilterKernelTest::setUp function core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::testAlignAndCaptionFilters function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the combination of the align and caption filters.
FilterKernelTest::testAlignFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the align filter.
FilterKernelTest::testCaptionFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the caption filter.
FilterKernelTest::testHtmlCorrectorFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML corrector filter.
FilterKernelTest::testHtmlEscapeFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML escaping filter.
FilterKernelTest::testHtmlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests filter settings, defaults, access restrictions and similar.
FilterKernelTest::testLineBreakFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the line break filter.
FilterKernelTest::testNoFollowFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the spam deterrent.
FilterKernelTest::testUrlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the URL filter.
FilterKernelTest::testUrlFilterContent function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests URL filter on longer content.
FormAjaxSubscriberTest::$httpKernel property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormattableMarkupKernelTest class core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Provides a test covering integration of FormattableMarkup with other systems.
FormattableMarkupKernelTest.php file core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::$modules property core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::getFormattableMarkupUriArgs function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Gets arguments for FormattableMarkup based on Url::fromUri() parameters.
FormattableMarkupKernelTest::providerTestFormattableMarkupUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::providerTestFormattableMarkupUriWithException function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::testFormattableMarkupUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Tests URL ":placeholders" in \Drupal\Component\Render\FormattableMarkup.
FormattableMarkupKernelTest::testFormattableMarkupUriWithExceptionUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php @dataProvider providerTestFormattableMarkupUriWithException
FormTestBase::$kernel property core/tests/Drupal/Tests/Core/Form/FormTestBase.php
FormTestEventSubscriber::onKernelRequest function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Adds custom attributes to the request object.
FormTestEventSubscriber::onKernelResponse function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Adds custom headers to the response.
FormTestMiddleware::$httpKernel property core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php The decorated kernel.
FunctionalTestSetupTrait::initKernel function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initializes the kernel after installation.
httpkernel_test.info.yml file core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml
httpkernel_test.routing.yml file core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml
httpkernel_test.services.yml file core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml
httpkernel_test.test_middleware service core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml Drupal\httpkernel_test\HttpKernel\TestMiddleware
httpkernel_test.test_middleware2 service core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml Drupal\httpkernel_test\HttpKernel\TestMiddleware
http_kernel service core/core.services.yml Stack\StackedHttpKernel
http_kernel.basic service core/core.services.yml Symfony\Component\HttpKernel\HttpKernel
http_kernel.controller.argument_metadata_factory service core/core.services.yml Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
http_kernel.controller.argument_resolver service core/core.services.yml Symfony\Component\HttpKernel\Controller\ArgumentResolver
http_middleware.kernel_pre_handle service core/core.services.yml Drupal\Core\StackMiddleware\KernelPreHandle
InstallerKernel class core/lib/Drupal/Core/Installer/InstallerKernel.php Extend DrupalKernel to handle force some kernel behaviors.
InstallerKernel.php file core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerKernel::getConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns the active configuration storage used during early install.
InstallerKernel::getInstallProfile function core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerKernel::initializeContainer function core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerKernel::installationAttempted function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns TRUE if a Drupal installation is currently being attempted.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.

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