Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 10.3.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
KernelAssertLegacyTraitTest.php | file | core/ |
|
KernelAssertLegacyTraitTest::testAssertFalse | function | core/ |
@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/ |
@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/ |
Destructs services that are initiated and tagged with "needs_destruction". |
KernelDestructionSubscriber.php | file | core/ |
|
KernelDestructionSubscriber::$services | property | core/ |
Holds an array of service ID's that will require destruction. |
KernelDestructionSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
KernelDestructionSubscriber::onKernelTerminate | function | core/ |
Invoked by the terminate kernel event. |
KernelDestructionSubscriber::registerService | function | core/ |
Registers a service for destruction. |
KernelMissingDependentModuleMethodTest | class | core/ |
A fixture test class with requires annotation. |
KernelMissingDependentModuleMethodTest.php | file | core/ |
|
KernelMissingDependentModuleMethodTest::publicCheckRequirements | function | core/ |
Public access for checkRequirements() to avoid reflection. |
KernelMissingDependentModuleMethodTest::testRequiresModule | function | core/ |
This method should be skipped since it requires a module that is not found. |
KernelMissingDependentModuleTest | class | core/ |
A fixture test class with requires annotation. |
KernelMissingDependentModuleTest.php | file | core/ |
|
KernelMissingDependentModuleTest::publicCheckRequirements | function | core/ |
Public access for checkRequirements() to avoid reflection. |
KernelMissingDependentModuleTest::testRequiresModule | function | core/ |
Placeholder test method. |
KernelPreHandle | class | core/ |
Prepares the environment after page caching ran. |
KernelPreHandle.php | file | core/ |
|
KernelPreHandle::$drupalKernel | property | core/ |
The main Drupal kernel. |
KernelPreHandle::$httpKernel | property | core/ |
The wrapped HTTP kernel. |
KernelPreHandle::handle | function | core/ |
|
KernelPreHandle::__construct | function | core/ |
Constructs a new KernelPreHandle instance. |
KernelTestBase | class | core/ |
Base class for functional integration tests. |
KernelTestBase | class | core/ |
Base class for functional integration tests. |
KernelTestBase.php | file | core/ |
|
KernelTestBase.php | file | core/ |
|
KernelTestBase::$backupGlobals | property | core/ |
Back up and restore any global variables that may be changed by tests. |
KernelTestBase::$backupStaticAttributes | property | core/ |
Back up and restore static class properties that may be changed by tests. |
KernelTestBase::$backupStaticAttributesBlacklist | property | core/ |
Contains a few static class properties for performance. |
KernelTestBase::$classLoader | property | core/ |
|
KernelTestBase::$configDirectories | property | core/ |
The configuration directories for this test run. |
KernelTestBase::$configImporter | property | core/ |
@todo Move into Config test base class. |
KernelTestBase::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
KernelTestBase::$container | property | core/ |
|
KernelTestBase::$databasePrefix | property | core/ |
|
KernelTestBase::$keyValueFactory | property | core/ |
A KeyValueMemoryFactory instance to use when building the container. |
KernelTestBase::$moduleFiles | property | core/ |
|
KernelTestBase::$modules | property | core/ |
Modules to enable. |
KernelTestBase::$modules | property | core/ |
Modules to enable. |
KernelTestBase::$preserveGlobalState | property | core/ |
Do not forward any global state from the parent process to the processes that run the actual tests. |
KernelTestBase::$root | property | core/ |
The app root. |
KernelTestBase::$runTestInSeparateProcess | property | core/ |
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/ |
|
KernelTestBase::$streamWrappers | property | core/ |
Array of registered stream wrappers. |
KernelTestBase::$strictConfigSchema | property | core/ |
Set to TRUE to strict check all configuration saved. |
KernelTestBase::$themeFiles | property | core/ |
|
KernelTestBase::$vfsRoot | property | core/ |
The virtual filesystem root directory. |
KernelTestBase::assertPostConditions | function | core/ |
|
KernelTestBase::beforePrepareEnvironment | function | core/ |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.