You are here

constant IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT in CAPTCHA 8

Same name and namespace in other branches
  1. 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
  2. 7 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
3 uses of IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
ImageCaptchaSettingsForm::settingsDotSection in image_captcha/src/Form/ImageCaptchaSettingsForm.php
Form elements for the font specific setting.
_image_captcha_check_setup in image_captcha/image_captcha.module
Helper function for checking the setup of the Image CAPTCHA.
_image_captcha_get_enabled_fonts in image_captcha/image_captcha.module
Getter for fonts to use in the image CAPTCHA.

File

image_captcha/image_captcha.module, line 17
Implements image CAPTCHA for use with the CAPTCHA module.

Code

define('IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT', 2);