constant IMAGE_CAPTCHA_ERROR_NO_GDLIB in CAPTCHA 8
Same name and namespace in other branches
- 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_GDLIB
- 7 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_GDLIB
4 uses of IMAGE_CAPTCHA_ERROR_NO_GDLIB
- ImageCaptchaSettingsForm::buildForm in image_captcha/
src/ Form/ ImageCaptchaSettingsForm.php - Form constructor.
- image_captcha_captcha in image_captcha/
image_captcha.module - Implements hook_captcha().
- image_captcha_requirements in image_captcha/
image_captcha.install - Implements hook_requirements().
- _image_captcha_check_setup in image_captcha/
image_captcha.module - Helper function for checking the setup of the Image CAPTCHA.
File
- image_captcha/
image_captcha.module, line 16 - Implements image CAPTCHA for use with the CAPTCHA module.
Code
define('IMAGE_CAPTCHA_ERROR_NO_GDLIB', 1);