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
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::setUp function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
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
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDepenencies 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
TermKernelTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
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.
TermKernelTest::testTaxonomyVocabularyTree function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Test a taxonomy with terms that have multiple parents of different depths.
TermKernelTest::testTermDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a deleted term is no longer in the vocabulary.
TermKernelTest::testTermPreview function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a Term is renderable when unsaved (preview).
TestClass::onKernelRequestTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php A simple kernel listener method.
TestClass::onKernelResponseTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Flags the response in case a rebuild indicator is used.
TestContent::$httpKernel property core/modules/system/tests/modules/router_test_directory/src/TestContent.php The HTTP kernel.
TestKernel class core/lib/Drupal/Core/Test/TestKernel.php Kernel to mock requests to test simpletest.
TestKernel.php file core/lib/Drupal/Core/Test/TestKernel.php
TestKernel::__construct function core/lib/Drupal/Core/Test/TestKernel.php Constructs a DrupalKernel object.
TestMiddleware::$kernel property core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php The decorated kernel.
TestRunnerKernel class core/lib/Drupal/Core/Test/TestRunnerKernel.php Kernel for run-tests.sh.
TestRunnerKernel.php file core/lib/Drupal/Core/Test/TestRunnerKernel.php
TestRunnerKernel::boot function core/lib/Drupal/Core/Test/TestRunnerKernel.php Boots the current kernel.
TestRunnerKernel::createFromRequest function core/lib/Drupal/Core/Test/TestRunnerKernel.php Create a DrupalKernel object from a request.
TestRunnerKernel::discoverServiceProviders function core/lib/Drupal/Core/Test/TestRunnerKernel.php Discovers available serviceProviders.
TestRunnerKernel::__construct function core/lib/Drupal/Core/Test/TestRunnerKernel.php Constructs a DrupalKernel object.
TestSetupTrait::$kernel property core/lib/Drupal/Core/Test/TestSetupTrait.php The DrupalKernel instance used in the test.
TokenReplaceKernelTest class core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Generates text using placeholders for dummy content to check token
replacement.
TokenReplaceKernelTest.php file core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
TokenReplaceKernelTest::setUp function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
TokenReplaceKernelTest::testClear function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Tests the clear parameter.
TokenReplaceKernelTest::testSystemDateTokenReplacement function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Tests the generation of all system date tokens.
TokenReplaceKernelTest::testSystemSiteTokenReplacement function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Tests the generation of all system site information tokens.
TokenReplaceKernelTest::testSystemTokenRecognition function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Test whether token-replacement works in various contexts.
TokenReplaceKernelTestBase class core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php Base class for token replacement tests.
TokenReplaceKernelTestBase.php file core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
TokenReplaceKernelTestBase::$interfaceLanguage property core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php The interface language.
TokenReplaceKernelTestBase::$modules property core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php Modules to enable.
TokenReplaceKernelTestBase::$tokenService property core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php Token service.
TokenReplaceKernelTestBase::setUp function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
UninstallKernelTest class core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests the uninstallation of modules.
UninstallKernelTest.php file core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UninstallKernelTest::$modules property core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Modules to enable.
UninstallKernelTest::setUp function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php

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