You are here

constant IMAGE_CAPTCHA_FILE_FORMAT_JPG in CAPTCHA 8

Same name and namespace in other branches
  1. 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_FILE_FORMAT_JPG
  2. 7 image_captcha/image_captcha.module \IMAGE_CAPTCHA_FILE_FORMAT_JPG
2 uses of IMAGE_CAPTCHA_FILE_FORMAT_JPG
CaptchaImageResponse::sendContent in image_captcha/src/Response/CaptchaImageResponse.php
Sends content for the current web response.
CaptchaImageResponse::sendHeaders in image_captcha/src/Response/CaptchaImageResponse.php
Sends HTTP headers.

File

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

Code

define('IMAGE_CAPTCHA_FILE_FORMAT_JPG', 1);