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
KernelTestBaseTest::tearDown function core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::testAssert function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assert.
KernelTestBaseTest::testAssertEqual function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertEqual.
KernelTestBaseTest::testAssertIdentical function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertIdentical.
KernelTestBaseTest::testAssertIdenticalObject function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertIdenticalObject.
KernelTestBaseTest::testAssertNotEqual function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertNotEqual.
KernelTestBaseTest::testAssertNotIdentical function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertNotIdentical.
KernelTestBaseTest::testBootEnvironment function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootEnvironment[[api-linebreak]]
KernelTestBaseTest::testBootKernel function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootKernel[[api-linebreak]]
KernelTestBaseTest::testContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture allows us to install modules and configuration.
KernelTestBaseTest::testDatabaseDriverModuleEnabled function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootEnvironment[[api-linebreak]]
KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::getDatabaseConnectionInfo[[api-linebreak]]
KernelTestBaseTest::testKernelTestBaseInstallSchema function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of ::installSchema with the tables key_value(_expire).
KernelTestBaseTest::testLocalTimeZone function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
KernelTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
KernelTestBaseTest::testOutboundHttpRequest function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that an outbound HTTP request can be performed inside of a test.
KernelTestBaseTest::testProfileModules function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Ensures KernelTestBase tests can access modules in profiles.
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::register[[api-linebreak]]
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render[[api-linebreak]]
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render[[api-linebreak]]
KernelTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
KernelTestBaseTest::testSetUp function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUp[[api-linebreak]]
KernelTestBaseTest::testSetUpBeforeClass function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUpBeforeClass[[api-linebreak]]
KernelTestBaseTest::testSetUpDoesNotLeak function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUp[[api-linebreak]]
@depends testSetUp
KernelTestBaseTest::testSubsequentContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture can re-install modules and configuration.
KernelTestBaseTest::testVarDump function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
KernelTestBaseTest::testVerbose function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::verbose().
KernelTestSuite class core/tests/TestSuites/KernelTestSuite.php Discovers tests for the kernel test suite.
KernelTestSuite.php file core/tests/TestSuites/KernelTestSuite.php
KernelTestSuite::suite function core/tests/TestSuites/KernelTestSuite.php Factory method which loads up a suite with all kernel tests.
kernel_destruct_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\KernelDestructionSubscriber
LanguageRequestSubscriber::onKernelRequestLanguage function core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php Initializes the language manager at the beginning of the request.
LanguageTestController::$httpKernel property core/modules/language/tests/language_test/src/Controller/LanguageTestController.php The HTTP kernel service.
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Logout users if site is in maintenance mode.
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns the site maintenance page if the site is offline.
MediaKernelTestBase class core/modules/media/tests/src/Kernel/MediaKernelTestBase.php Base class for Media kernel tests.
MediaKernelTestBase.php file core/modules/media/tests/src/Kernel/MediaKernelTestBase.php
MediaKernelTestBase::$modules property core/modules/media/tests/src/Kernel/MediaKernelTestBase.php Modules to install.
MediaKernelTestBase::$testConstraintsMediaType property core/modules/media/tests/src/Kernel/MediaKernelTestBase.php The test media type with constraints.
MediaKernelTestBase::$testMediaType property core/modules/media/tests/src/Kernel/MediaKernelTestBase.php The test media type.
MediaKernelTestBase::$user property core/modules/media/tests/src/Kernel/MediaKernelTestBase.php A user.
MediaKernelTestBase::generateMedia function core/modules/media/tests/src/Kernel/MediaKernelTestBase.php Helper to generate a media item.
MediaKernelTestBase::setUp function core/modules/media/tests/src/Kernel/MediaKernelTestBase.php
MockedHttpKernelInterface interface core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Helper interface for the Symfony 6 version of the HttpKernelInterface.
MockedHttpKernelInterface::handle function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
MockHttpKernelInterface interface core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Helper interface for the Symfony 6 version of the HttpKernelInterface.
MockHttpKernelInterface::handle function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ModuleInstaller::$kernel property core/lib/Drupal/Core/Extension/ModuleInstaller.php The drupal kernel.
ModuleInstaller::updateKernel function core/lib/Drupal/Core/Extension/ModuleInstaller.php Updates the kernel module list.
ModuleInstallerTest::testKernelRebuildDuringHookInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Ensure that rebuilding the container in hook_install() works.

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