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
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 Tests 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::setContainerWithKernel function core/lib/Drupal/Core/Test/TestKernel.php Sets a container with a kernel service on the Drupal class.
TestKernel::__construct function core/lib/Drupal/Core/Test/TestKernel.php
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.
TestRunnerKernelTest class core/tests/Drupal/Tests/Core/Test/TestRunnerKernelTest.php @coversDefaultClass \Drupal\Core\Test\TestRunnerKernel[[api-linebreak]]
@runTestsInSeparateProcesses
@preserveGlobalState disabled
@group Test
@group simpletest
TestRunnerKernelTest.php file core/tests/Drupal/Tests/Core/Test/TestRunnerKernelTest.php
TestRunnerKernelTest::providerTestConstructor function core/tests/Drupal/Tests/Core/Test/TestRunnerKernelTest.php Data provider for self::testConstructor().
TestRunnerKernelTest::testConstructor function core/tests/Drupal/Tests/Core/Test/TestRunnerKernelTest.php @covers ::__construct[[api-linebreak]]
@dataProvider providerTestConstructor
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 Tests 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 Tests 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
UninstallKernelTest::testUninstallMedia function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling media and file modules.
UninstallKernelTest::testUninstallPluginCacheClear function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling a module with a plugin cache clearer service.
UpdateKernel class core/lib/Drupal/Core/Update/UpdateKernel.php Defines a kernel which is used primarily to run the update of Drupal.
UpdateKernel.php file core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::cacheDrupalContainer function core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::discoverServiceProviders function core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::handle function core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::handleAccess function core/lib/Drupal/Core/Update/UpdateKernel.php Checks if the current user has rights to access updates page.

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