Search for clean
- Search 9.5.x for clean
- Search 8.9.x for clean
- Search 10.3.x for clean
- Search 11.x for clean
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Archive_Tar::_cleanFile | function | modules/ |
|
code-clean.sh | file | scripts/ |
#!/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/ |
Ensure that temporary files are removed. |
DatabaseConnection_mysql::$needsCleanup | property | includes/ |
Flag to indicate if the cleanup function in __destruct() should run. |
DatabaseTransactionTestCase::cleanUp | function | modules/ |
Start over for a new test. |
DrupalDefaultEntityController::cleanIds | function | includes/ |
Ensures integer entity IDs are valid. |
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier | function | modules/ |
Tests that drupal_clean_css_identifier() cleans the identifier properly. |
DrupalRequestSanitizer::cleanDestination | function | includes/ |
Removes the destination if it is dangerous. |
DrupalWebTestCase::$originalCleanUrl | property | modules/ |
The original clean_url variable value. |
drupal_clean_css_identifier | function | includes/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
drupal_cron_cleanup | function | includes/ |
DEPRECATED: Shutdown function: Performs cron cleanup. |
FloodFunctionalTest::testCleanUp | function | modules/ |
Test flood control mechanism clean-up. |
FormStateValuesCleanAdvancedTestCase | class | modules/ |
Tests $form_state clearance with form elements having buttons. |
FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
FormStateValuesCleanAdvancedTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanAdvancedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced | function | modules/ |
Tests form_state_values_clean(). |
FormStateValuesCleanTestCase | class | modules/ |
Test $form_state clearance. |
FormStateValuesCleanTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanTestCase::testFormStateValuesClean | function | modules/ |
Tests form_state_values_clean(). |
form_state_values_clean | function | includes/ |
Removes internal Form API elements and buttons from submitted form values. |
form_test_form_state_values_clean_advanced_form | function | modules/ |
Form constructor for the form_state_values_clean() test. |
form_test_form_state_values_clean_advanced_form_submit | function | modules/ |
Form submission handler for form_test_form_state_values_clean_advanced_form(). |
form_test_form_state_values_clean_form | function | modules/ |
Form builder for form_state_values_clean() test. |
form_test_form_state_values_clean_form_submit | function | modules/ |
Form submit handler for form_state_values_clean() test form. |
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivateUnclean | function | modules/ |
Test image_style_url() with the "private://" schema and unclean URLs. |
ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean | function | modules/ |
Test image_style_url() with the "public://" scheme and unclean URLs. |
simpletest_clean_database | function | modules/ |
Removed prefixed tables from the database that are left over from crashed tests. |
simpletest_clean_environment | function | modules/ |
Remove all temporary database tables and directories. |
simpletest_clean_results_table | function | modules/ |
Clear the test result tables. |
simpletest_clean_temporary_directories | function | modules/ |
Find all leftover temporary directories and remove them. |
system_clean_url_settings | function | modules/ |
Form builder; Configure clean URL settings. |
TriggerContentTestCase::$_cleanup_roles | property | modules/ |
|
TriggerContentTestCase::$_cleanup_users | property | modules/ |
|
TriggerOtherTestCase::$_cleanup_roles | property | modules/ |
|
TriggerOtherTestCase::$_cleanup_users | property | modules/ |
|
_drupal_html_to_text_clean | function | includes/ |
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.