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
KernelAssertLegacyTraitTest.php file core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php
KernelAssertLegacyTraitTest::testAssertFalse function core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @expectedDeprecation Support for asserting against non-boolean values in ::assertFalse is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertEmpty(). See https://www.drupal.org/node/3082086
KernelAssertLegacyTraitTest::testAssertTrue function core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @expectedDeprecation Support for asserting against non-boolean values in ::assertTrue is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertNotEmpty(). See https://www.drupal.org/node/3082086
KernelDestructionSubscriber class core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Destructs services that are initiated and tagged with "needs_destruction".
KernelDestructionSubscriber.php file core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php
KernelDestructionSubscriber::$services property core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Holds an array of service ID's that will require destruction.
KernelDestructionSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Registers the methods in this class that should be listeners.
KernelDestructionSubscriber::onKernelTerminate function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Invoked by the terminate kernel event.
KernelDestructionSubscriber::registerService function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Registers a service for destruction.
KernelMissingDependentModuleMethodTest class core/tests/fixtures/KernelMissingDependentModuleMethodTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleMethodTest.php file core/tests/fixtures/KernelMissingDependentModuleMethodTest.php
KernelMissingDependentModuleMethodTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleMethodTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php This method should be skipped since it requires a module that is not found.
KernelMissingDependentModuleTest class core/tests/fixtures/KernelMissingDependentModuleTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleTest.php file core/tests/fixtures/KernelMissingDependentModuleTest.php
KernelMissingDependentModuleTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleTest.php Placeholder test method.
KernelPreHandle class core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php Prepares the environment after page caching ran.
KernelPreHandle.php file core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::$drupalKernel property core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php The main Drupal kernel.
KernelPreHandle::$httpKernel property core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php The wrapped HTTP kernel.
KernelPreHandle::handle function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::__construct function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php Constructs a new KernelPreHandle instance.
KernelTestBase class core/modules/simpletest/src/KernelTestBase.php Base class for functional integration tests.
KernelTestBase class core/tests/Drupal/KernelTests/KernelTestBase.php Base class for functional integration tests.
KernelTestBase.php file core/modules/simpletest/src/KernelTestBase.php
KernelTestBase.php file core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$backupGlobals property core/tests/Drupal/KernelTests/KernelTestBase.php Back up and restore any global variables that may be changed by tests.
KernelTestBase::$backupStaticAttributes property core/tests/Drupal/KernelTests/KernelTestBase.php Back up and restore static class properties that may be changed by tests.
KernelTestBase::$backupStaticAttributesBlacklist property core/tests/Drupal/KernelTests/KernelTestBase.php Contains a few static class properties for performance.
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$configDirectories property core/modules/simpletest/src/KernelTestBase.php The configuration directories for this test run.
KernelTestBase::$configImporter property core/tests/Drupal/KernelTests/KernelTestBase.php @todo Move into Config test base class.
KernelTestBase::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/KernelTestBase.php An array of config object names that are excluded from schema checking.
KernelTestBase::$container property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$databasePrefix property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$keyValueFactory property core/modules/simpletest/src/KernelTestBase.php A KeyValueMemoryFactory instance to use when building the container.
KernelTestBase::$moduleFiles property core/modules/simpletest/src/KernelTestBase.php
KernelTestBase::$modules property core/modules/simpletest/src/KernelTestBase.php Modules to enable.
KernelTestBase::$modules property core/tests/Drupal/KernelTests/KernelTestBase.php Modules to enable.
KernelTestBase::$preserveGlobalState property core/tests/Drupal/KernelTests/KernelTestBase.php Do not forward any global state from the parent process to the processes
that run the actual tests.
KernelTestBase::$root property core/tests/Drupal/KernelTests/KernelTestBase.php The app root.
KernelTestBase::$runTestInSeparateProcess property core/tests/Drupal/KernelTests/KernelTestBase.php Kernel tests are run in separate processes because they allow autoloading
of code from extensions. Running the test in a separate process isolates
this behavior from other tests. Subclasses should not override this
property.
KernelTestBase::$siteDirectory property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$streamWrappers property core/modules/simpletest/src/KernelTestBase.php Array of registered stream wrappers.
KernelTestBase::$strictConfigSchema property core/tests/Drupal/KernelTests/KernelTestBase.php Set to TRUE to strict check all configuration saved.
KernelTestBase::$themeFiles property core/modules/simpletest/src/KernelTestBase.php
KernelTestBase::$vfsRoot property core/tests/Drupal/KernelTests/KernelTestBase.php The virtual filesystem root directory.
KernelTestBase::assertPostConditions function core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::beforePrepareEnvironment function core/modules/simpletest/src/KernelTestBase.php

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