Search for kernel

  1. Search 7.x for kernel
  2. Search 9.5.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
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::setUp 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.
JsonapiKernelTestBase class core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Contains shared test utility methods.
JsonapiKernelTestBase.php file core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php
JsonapiKernelTestBase::$modules property core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Modules to enable.
JsonapiKernelTestBase::createEntityReferenceField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of an entity reference field storage on the bundle.
JsonapiKernelTestBase::createTextField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of an entity reference field storage on the bundle.
jsonapi_test_normalizers_kernel.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml
jsonapi_test_normalizers_kernel.jsonapi_document_toplevel service core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml Alias of serializer.normalizer.jsonapi_document_toplevel.jsonapi
jsonapi_test_normalizers_kernel.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml
KernelAssertLegacyTraitTest class core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @coversDefaultClass \Drupal\KernelTests\AssertLegacyTrait[[api-linebreak]]
@group Assert
@group legacy

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