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