constant WEBFORM_HONEYPOT_ENABLED_WEBFORM in Webform 8.5
Same name and namespace in other branches
- 6.x third_party_settings/webform.honeypot.inc \WEBFORM_HONEYPOT_ENABLED_WEBFORM
Flag to indicate that a honeypot setting is enabled for all webforms.
2 uses of WEBFORM_HONEYPOT_ENABLED_WEBFORM
- 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 34 - Integrates third party settings on the Honeypot module's behalf.
Code
define('WEBFORM_HONEYPOT_ENABLED_WEBFORM', 3);