constant YAMLFORM_HONEYPOT_ENABLED_YAMLFORM in YAML Form 8
Flag to indicate that a honeypot setting is enabled for all forms.
2 uses of YAMLFORM_HONEYPOT_ENABLED_YAMLFORM
- 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 34 - Integrates third party settings on the Honeypot module's behalf.
Code
define('YAMLFORM_HONEYPOT_ENABLED_YAMLFORM', 3);