constant YAMLFORM_HONEYPOT_NEUTRAL in YAML Form 8
Flag to indicate that a honeypot setting can be set.
3 uses of YAMLFORM_HONEYPOT_NEUTRAL
- honeypot_form_yamlform_admin_third_party_settings_form_alter in third_party_settings/
yamlform.honeypot.inc - Implements hook_form_FORM_ID_alter().
- honeypot_form_yamlform_third_party_settings_form_alter in third_party_settings/
yamlform.honeypot.inc - Implements hook_form_FORM_ID_alter().
- _yamlform_honeypot_form in third_party_settings/
yamlform.honeypot.inc - Alter form third party settings forms to include Honeypot configuration.
File
- third_party_settings/
yamlform.honeypot.inc, line 14 - Integrates third party settings on the Honeypot module's behalf.
Code
define('YAMLFORM_HONEYPOT_NEUTRAL', -1);