You are here

constant YAMLFORM_HONEYPOT_DISABLED_ALL in YAML Form 8

Flag to indicate that a honeypot setting is disabled for all forms.

3 uses of YAMLFORM_HONEYPOT_DISABLED_ALL
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 19
Integrates third party settings on the Honeypot module's behalf.

Code

define('YAMLFORM_HONEYPOT_DISABLED_ALL', 0);