function EnvironmentCleanerInterface::cleanDatabase
Same name in other branches
- 9 core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php \Drupal\Core\Test\EnvironmentCleanerInterface::cleanDatabase()
- 8.9.x core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php \Drupal\Core\Test\EnvironmentCleanerInterface::cleanDatabase()
- 10 core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php \Drupal\Core\Test\EnvironmentCleanerInterface::cleanDatabase()
Remove database entries left over in the fixture database.
1 method overrides EnvironmentCleanerInterface::cleanDatabase()
- EnvironmentCleaner::cleanDatabase in core/
lib/ Drupal/ Core/ Test/ EnvironmentCleaner.php - Remove database entries left over in the fixture database.
File
-
core/
lib/ Drupal/ Core/ Test/ EnvironmentCleanerInterface.php, line 37
Class
- EnvironmentCleanerInterface
- Defines an interface for cleaning up test results and fixtures.
Namespace
Drupal\Core\TestCode
public function cleanDatabase() : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.