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