Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntryPoint::$user | property | core/ |
The account object. |
| EntryPoint::create | function | core/ |
|
| EntryPoint::index | function | core/ |
Controller to list all the resources. |
| EntryPoint::__construct | function | core/ |
EntryPoint constructor. |
| EntryPointTest | class | core/ |
Makes assertions about the JSON:API behavior for internal entities. |
| EntryPointTest.php | file | core/ |
|
| EntryPointTest::$defaultTheme | property | core/ |
|
| EntryPointTest::$modules | property | core/ |
|
| EntryPointTest::testEntryPoint | function | core/ |
Test GETing the entry point. |
| Environment | class | core/ |
Provides PHP environment helper methods. |
| Environment.php | file | core/ |
|
| Environment::checkMemoryLimit | function | core/ |
Compares the memory required for an operation to the available memory. |
| Environment::getUploadMaxSize | function | core/ |
Determines the maximum file upload size by querying the PHP settings. |
| Environment::setTimeLimit | function | core/ |
Attempts to set the PHP maximum execution time. |
| EnvironmentCleaner | class | core/ |
Helper class for cleaning test environments. |
| EnvironmentCleaner.php | file | core/ |
|
| EnvironmentCleaner::$fileSystem | property | core/ |
The file system service. |
| EnvironmentCleaner::$output | property | core/ |
Console output. |
| EnvironmentCleaner::$resultsDatabase | property | core/ |
Connection to the database where test results are stored. |
| EnvironmentCleaner::$root | property | core/ |
Path to Drupal root directory. |
| EnvironmentCleaner::$testDatabase | property | core/ |
Connection to the database being used for tests. |
| EnvironmentCleaner::cleanDatabase | function | core/ |
|
| EnvironmentCleaner::cleanEnvironment | function | core/ |
|
| EnvironmentCleaner::cleanResultsTable | function | core/ |
|
| EnvironmentCleaner::cleanTemporaryDirectories | function | core/ |
|
| EnvironmentCleaner::doCleanDatabase | function | core/ |
Performs the fixture database cleanup. |
| EnvironmentCleaner::doCleanTemporaryDirectories | function | core/ |
Performs the cleanup of temporary test directories. |
| EnvironmentCleaner::__construct | function | core/ |
Construct an environment cleaner. |
| EnvironmentCleanerFactory | class | core/ |
Test environment cleaner factory. |
| EnvironmentCleanerFactory.php | file | core/ |
|
| EnvironmentCleanerFactory::$container | property | core/ |
The container. |
| EnvironmentCleanerFactory::createCleaner | function | core/ |
Factory method to create the environment cleaner service. |
| EnvironmentCleanerFactory::__construct | function | core/ |
Construct an environment cleaner factory. |
| EnvironmentCleanerInterface | interface | core/ |
Defines an interface for cleaning up test results and fixtures. |
| EnvironmentCleanerInterface.php | file | core/ |
|
| EnvironmentCleanerInterface::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
| EnvironmentCleanerInterface::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
| EnvironmentCleanerInterface::cleanResultsTable | function | core/ |
Clears test result tables from the results database. |
| EnvironmentCleanerInterface::cleanTemporaryDirectories | function | core/ |
Finds all leftover fixture site directories and removes them. |
| EnvironmentCleanerService | class | core/ |
Uses containerized services to perform post-test cleanup. |
| EnvironmentCleanerService.php | file | core/ |
|
| EnvironmentCleanerService::$cacheDefault | property | core/ |
Default cache. |
| EnvironmentCleanerService::$configFactory | property | core/ |
The config factory. |
| EnvironmentCleanerService::$messenger | property | core/ |
Messenger service. |
| EnvironmentCleanerService::$translation | property | core/ |
The translation service. |
| EnvironmentCleanerService::cleanDatabase | function | core/ |
|
| EnvironmentCleanerService::cleanEnvironment | function | core/ |
|
| EnvironmentCleanerService::cleanTemporaryDirectories | function | core/ |
|
| EnvironmentCleanerService::__construct | function | core/ |
Construct an environment cleaner. |
| EnvironmentCleanerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Test\EnvironmentCleaner[[api-linebreak]] @group Test |
Pagination
- Previous page
- Page 546
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.