interface ConfigurableCaptchaInterface (View source)

Interface that configurable captcha controllers can implement to let users customize the captcha.

Methods

$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.

Details

$this setLabelAttributes(array $attributes)

Set the custom attributes for the captcha label field.

Parameters

array $attributes

Return Value

$this

array getLabelAttributes()

Get the custom attributes for the captcha label field.

Return Value

array

$this setPictureAttributes(array $attributes)

Set the custom attributes for the captcha image.

Parameters

array $attributes

Return Value

$this

array getPictureAttributes()

Get the custom attributes for the captcha picture.

Return Value

array

$this setInputAttributes(array $attributes)

Set the custom attributes of the captcha input field.

Parameters

array $attributes

Return Value

$this

array getInputAttributes()

Get the custom attributes of the captcha input field.

Return Value

array