ConfigurableCaptchaInterface
interface ConfigurableCaptchaInterface (View source)
Interface that configurable captcha controllers can implement to let users customize the captcha.
Methods
Set the custom attributes for the captcha label field.
Get the custom attributes for the captcha label field.
Set the custom attributes for the captcha image.
Get the custom attributes for the captcha picture.
Set the custom attributes of the captcha input field.
Get the custom attributes of the captcha input field.
Details
$this
setLabelAttributes(array $attributes)
Set the custom attributes for the captcha label field.
array
getLabelAttributes()
Get the custom attributes for the captcha label field.
$this
setPictureAttributes(array $attributes)
Set the custom attributes for the captcha image.
array
getPictureAttributes()
Get the custom attributes for the captcha picture.
$this
setInputAttributes(array $attributes)
Set the custom attributes of the captcha input field.
array
getInputAttributes()
Get the custom attributes of the captcha input field.