Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestServiceWithProtectedMethods::testMethod | function | core/ |
|
| TestServiceWithPublicStaticMethod | class | core/ |
|
| TestServiceWithPublicStaticMethod::testMethod | function | core/ |
|
| TestSessionBag | class | core/ |
Test session container. |
| TestSessionBag.php | file | core/ |
|
| TestSessionBag::$attributes | property | core/ |
Storage for data to save. |
| TestSessionBag::$storageKey | property | core/ |
Key used when persisting the session. |
| TestSessionBag::BAG_NAME | constant | core/ |
The bag name. |
| TestSessionBag::clear | function | core/ |
|
| TestSessionBag::clearFlag | function | core/ |
Clears the test flag. |
| TestSessionBag::getName | function | core/ |
|
| TestSessionBag::getStorageKey | function | core/ |
|
| TestSessionBag::hasFlag | function | core/ |
Returns TRUE if the test flag is set. |
| TestSessionBag::initialize | function | core/ |
|
| TestSessionBag::setFlag | function | core/ |
Sets the test flag. |
| TestSessionBag::__construct | function | core/ |
Constructs a new TestSessionBag object. |
| TestSessionHandlerProxy | class | core/ |
Provides a test session handler proxy. |
| TestSessionHandlerProxy.php | file | core/ |
|
| TestSessionHandlerProxy::$optionalArgument | property | core/ |
An optional argument. |
| TestSessionHandlerProxy::$sessionHandler | property | core/ |
The decorated session handler. |
| TestSessionHandlerProxy::close | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::destroy | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::gc | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::open | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::read | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::write | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::__construct | function | core/ |
Constructs a new TestSessionHandlerProxy object. |
| TestSettingsValidationBlock | class | core/ |
Provides a test settings validation block. |
| TestSettingsValidationBlock.php | file | core/ |
|
| TestSettingsValidationBlock::blockForm | function | core/ |
|
| TestSettingsValidationBlock::blockValidate | function | core/ |
|
| TestSettingsValidationBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| TestSetupInterface | interface | core/ |
Allows setting up an environment as part of a test site install. |
| TestSetupInterface.php | file | core/ |
|
| TestSetupInterface::setup | function | core/ |
Run the code to setup the test environment. |
| TestSetupTrait | trait | core/ |
Provides a trait for shared test setup functionality. |
| TestSetupTrait.php | file | core/ |
|
| TestSetupTrait::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
| TestSetupTrait::$container | property | core/ |
The dependency injection container used in the test. |
| TestSetupTrait::$databasePrefix | property | core/ |
The database prefix of this test run. |
| TestSetupTrait::$kernel | property | core/ |
The DrupalKernel instance used in the test. |
| TestSetupTrait::$originalSite | property | core/ |
The site directory of the original parent site. |
| TestSetupTrait::$privateFilesDirectory | property | core/ |
The private file directory for the test environment. |
| TestSetupTrait::$publicFilesDirectory | property | core/ |
The public file directory for the test environment. |
| TestSetupTrait::$root | property | core/ |
The app root. |
| TestSetupTrait::$siteDirectory | property | core/ |
The site directory of this test run. |
| TestSetupTrait::$strictConfigSchema | property | core/ |
Set to TRUE to strict check all configuration saved. |
| TestSetupTrait::$tempFilesDirectory | property | core/ |
The temporary file directory for the test environment. |
| TestSetupTrait::$testId | property | core/ |
The test run ID. |
| TestSetupTrait::changeDatabasePrefix | function | core/ |
Changes the database connection to the prefixed one. |
Pagination
- Previous page
- Page 1297
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.