You are here

constant WEBFORM_CLEAR_DO_NOT_DELETE in Webform Clear 7.2

Defines the value of the the "Do not delete" option in the "Clear time" dropdown.

5 uses of WEBFORM_CLEAR_DO_NOT_DELETE
WebformClearSubmissionTestCase::testWebformClear in ./webform_clear.test
Test submissions with different webform clear options.
webform_clear_admin_settings in ./webform_clear.module
Form callback for "admin/config/content/webform_clear"
webform_clear_cron in ./webform_clear.module
Implements hook_cron().
webform_clear_delete_result in ./webform_clear.module
Deletes the webform submission immediately if selected (including files).
webform_clear_form_alter in ./webform_clear.module
Implements hook_form_alter().

File

./webform_clear.module, line 16
Removes Webform submissions from the database after they have been emailed.

Code

define('WEBFORM_CLEAR_DO_NOT_DELETE', -1);