constant WEBFORM_HONEYPOT_DISABLED_ALL in Webform 6.x
Same name and namespace in other branches
- 8.5 third_party_settings/webform.honeypot.inc \WEBFORM_HONEYPOT_DISABLED_ALL
Flag to indicate that a honeypot setting is disabled for all webforms.
3 uses of WEBFORM_HONEYPOT_DISABLED_ALL
- honeypot_webform_admin_third_party_settings_form_alter in third_party_settings/
webform.honeypot.inc - Implements hook_webform_admin_third_party_settings_form_alter().
- honeypot_webform_third_party_settings_form_alter in third_party_settings/
webform.honeypot.inc - Implements hook_webform_third_party_settings_form_alter().
- _webform_honeypot_form in third_party_settings/
webform.honeypot.inc - Alter webform third party settings webforms to include Honeypot configuration.
File
- third_party_settings/
webform.honeypot.inc, line 19 - Integrates third party settings on the Honeypot module's behalf.
Code
define('WEBFORM_HONEYPOT_DISABLED_ALL', 0);