Search for clean

  1. Search 9.5.x for clean
  2. Search 8.9.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
Archive_Tar::_cleanFile function modules/system/system.tar.inc
code-clean.sh file scripts/code-clean.sh #!/bin/sh

find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
find . -name "*.rej" -type f | xargs rm -f
find . -name "*.orig" -type f | xargs rm -f
find . -name "DEADJOE"…
CronRunTestCase::testTempFileCleanup function modules/system/system.test Ensure that temporary files are removed.
DatabaseConnection_mysql::$needsCleanup property includes/database/mysql/database.inc Flag to indicate if the cleanup function in __destruct() should run.
DatabaseTransactionTestCase::cleanUp function modules/simpletest/tests/database_test.test Start over for a new test.
DrupalDefaultEntityController::cleanIds function includes/entity.inc Ensures integer entity IDs are valid.
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier function modules/simpletest/tests/common.test Tests that drupal_clean_css_identifier() cleans the identifier properly.
DrupalRequestSanitizer::cleanDestination function includes/request-sanitizer.inc Removes the destination if it is dangerous.
DrupalWebTestCase::$originalCleanUrl property modules/simpletest/drupal_web_test_case.php The original clean_url variable value.
drupal_clean_css_identifier function includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name).
drupal_cron_cleanup function includes/common.inc DEPRECATED: Shutdown function: Performs cron cleanup.
FloodFunctionalTest::testCleanUp function modules/system/system.test Test flood control mechanism clean-up.
FormStateValuesCleanAdvancedTestCase class modules/simpletest/tests/form.test Tests $form_state clearance with form elements having buttons.
FormStateValuesCleanAdvancedTestCase::$image property modules/simpletest/tests/form.test An image file path for uploading.
FormStateValuesCleanAdvancedTestCase::getInfo function modules/simpletest/tests/form.test
FormStateValuesCleanAdvancedTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced function modules/simpletest/tests/form.test Tests form_state_values_clean().
FormStateValuesCleanTestCase class modules/simpletest/tests/form.test Test $form_state clearance.
FormStateValuesCleanTestCase::getInfo function modules/simpletest/tests/form.test
FormStateValuesCleanTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormStateValuesCleanTestCase::testFormStateValuesClean function modules/simpletest/tests/form.test Tests form_state_values_clean().
form_state_values_clean function includes/form.inc Removes internal Form API elements and buttons from submitted form values.
form_test_form_state_values_clean_advanced_form function modules/simpletest/tests/form_test.module Form constructor for the form_state_values_clean() test.
form_test_form_state_values_clean_advanced_form_submit function modules/simpletest/tests/form_test.module Form submission handler for form_test_form_state_values_clean_advanced_form().
form_test_form_state_values_clean_form function modules/simpletest/tests/form_test.module Form builder for form_state_values_clean() test.
form_test_form_state_values_clean_form_submit function modules/simpletest/tests/form_test.module Form submit handler for form_state_values_clean() test form.
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivateUnclean function modules/image/image.test Test image_style_url() with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean function modules/image/image.test Test image_style_url() with the "public://" scheme and unclean URLs.
simpletest_clean_database function modules/simpletest/simpletest.module Removed prefixed tables from the database that are left over from crashed tests.
simpletest_clean_environment function modules/simpletest/simpletest.module Remove all temporary database tables and directories.
simpletest_clean_results_table function modules/simpletest/simpletest.module Clear the test result tables.
simpletest_clean_temporary_directories function modules/simpletest/simpletest.module Find all leftover temporary directories and remove them.
system_clean_url_settings function modules/system/system.admin.inc Form builder; Configure clean URL settings.
TriggerContentTestCase::$_cleanup_roles property modules/trigger/trigger.test
TriggerContentTestCase::$_cleanup_users property modules/trigger/trigger.test
TriggerOtherTestCase::$_cleanup_roles property modules/trigger/trigger.test
TriggerOtherTestCase::$_cleanup_users property modules/trigger/trigger.test
_drupal_html_to_text_clean function includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces.

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