Search for clean

  1. Search 7.x for clean
  2. Search 9.5.x for clean
  3. Search 10.3.x for clean
  4. Search 11.x for clean
  5. Other projects
Title Object type File name Summary
DeprecatedCleanupTest class core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Verify deprecation errors for the cleanup functions.
DeprecatedCleanupTest.php file core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php
DeprecatedCleanupTest::$modules property core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Modules to enable.
DeprecatedCleanupTest::register function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Registers test-specific services.
DeprecatedCleanupTest::testDeprecatedCleanFunctions function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php @expectedDeprecation simpletest_clean_environment is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Access the environment_cleaner service and call its cleanEnvironment() method, or use…
EnvironmentCleanerFactory class core/modules/simpletest/src/EnvironmentCleanerFactory.php Test environment cleaner factory.
EnvironmentCleanerFactory.php file core/modules/simpletest/src/EnvironmentCleanerFactory.php
EnvironmentCleanerFactory::$container property core/modules/simpletest/src/EnvironmentCleanerFactory.php The container.
EnvironmentCleanerFactory::createCleaner function core/modules/simpletest/src/EnvironmentCleanerFactory.php Factory method to create the environment cleaner service.
EnvironmentCleanerFactory::__construct function core/modules/simpletest/src/EnvironmentCleanerFactory.php Construct an environment cleaner factory.
EnvironmentCleanerService class core/modules/simpletest/src/EnvironmentCleanerService.php Uses containerized services to perform post-test cleanup.
EnvironmentCleanerService.php file core/modules/simpletest/src/EnvironmentCleanerService.php
EnvironmentCleanerService::$cacheDefault property core/modules/simpletest/src/EnvironmentCleanerService.php Default cache.
EnvironmentCleanerService::$configFactory property core/modules/simpletest/src/EnvironmentCleanerService.php The config factory.
EnvironmentCleanerService::$messenger property core/modules/simpletest/src/EnvironmentCleanerService.php Messenger service.
EnvironmentCleanerService::$translation property core/modules/simpletest/src/EnvironmentCleanerService.php The translation service.
EnvironmentCleanerService::cleanDatabase function core/modules/simpletest/src/EnvironmentCleanerService.php Remove database entries left over in the fixture database.
EnvironmentCleanerService::cleanEnvironment function core/modules/simpletest/src/EnvironmentCleanerService.php Removes all test-related database tables and directories.
EnvironmentCleanerService::cleanTemporaryDirectories function core/modules/simpletest/src/EnvironmentCleanerService.php Finds all leftover fixture site directories and removes them.
EnvironmentCleanerService::__construct function core/modules/simpletest/src/EnvironmentCleanerService.php Construct an environment cleaner.
environment_cleaner service core/modules/simpletest/simpletest.services.yml Drupal\simpletest\EnvironmentCleanerService
environment_cleaner_factory service core/modules/simpletest/simpletest.services.yml Drupal\simpletest\EnvironmentCleanerFactory
FieldUpdateTest::testEntityReferenceFieldConfigCleanUpdate function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_post_update_remove_handler_submit_setting().
SimpletestResultsForm::$cleaner property core/modules/simpletest/src/Form/SimpletestResultsForm.php The environment cleaner service.
simpletest_clean_database function core/modules/simpletest/simpletest.module Removes prefixed tables from the database from crashed tests.
simpletest_clean_environment function core/modules/simpletest/simpletest.module Removes all temporary database tables and directories.
simpletest_clean_results_table function core/modules/simpletest/simpletest.module Clears the test result tables.
simpletest_clean_temporary_directories function core/modules/simpletest/simpletest.module Finds all leftover temporary directories and removes them.
StubEnvironmentCleanerService class core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Mock environment_cleaner service that does not perform any cleaning.
StubEnvironmentCleanerService::cleanDatabase function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Remove database entries left over in the fixture database.
StubEnvironmentCleanerService::cleanEnvironment function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Removes all test-related database tables and directories.
StubEnvironmentCleanerService::cleanResultsTable function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Clears test result tables from the results database.
StubEnvironmentCleanerService::cleanTemporaryDirectories function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Finds all leftover fixture site directories and removes them.

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