You are here

constant CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_INSTANCE in CAPTCHA 8

Same name and namespace in other branches
  1. 6.2 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_INSTANCE
  2. 7 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_INSTANCE
2 uses of CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_INSTANCE
CaptchaPersistenceTest::testPersistencePerFormInstance in tests/src/Functional/CaptchaPersistenceTest.php
Test persistence per form instance.
_captcha_required_for_user in ./captcha.inc
Helper function for checking if CAPTCHA is required for user.

File

./captcha.module, line 35
This module enables basic CAPTCHA functionality.

Code

define('CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_INSTANCE', 1);