recaptcha_v3_admin_settings |
./recaptcha_v3.admin.inc |
Form callback; administrative settings for Google No CAPTCHA. |
|
1 |
recaptcha_v3_admin_settings_delete_action |
./recaptcha_v3.admin.inc |
|
|
1 |
recaptcha_v3_admin_settings_delete_action_submit |
./recaptcha_v3.admin.inc |
|
|
|
recaptcha_v3_admin_settings_submit |
./recaptcha_v3.admin.inc |
Submit function for recaptcha_v3_admin_settings(). |
|
|
recaptcha_v3_admin_settings_validate |
./recaptcha_v3.admin.inc |
Validation function for recaptcha_v3_admin_settings(). |
|
|
recaptcha_v3_captcha |
./recaptcha_v3.module |
Implements hook_captcha(). |
|
|
recaptcha_v3_captcha_validate |
./recaptcha_v3.module |
CAPTCHA Callback; Validates the reCAPTCHA v3 code. |
|
2 |
recaptcha_v3_element_captcha_process |
./recaptcha_v3.module |
Need to validate recaptcha v3 token value here,
because otherwise in case of failed verification it is no way how to replace
captcha element type. |
|
1 |
recaptcha_v3_element_captcha_process_validate |
./recaptcha_v3.module |
In case of failed recaptcha v3 token validation need to replace captcha
validate callback in $element['#captcha_validate'] for displaying
correct error message (otherwise will be executed replaced challenge validation
with possible passed… |
|
1 |
recaptcha_v3_element_info_alter |
./recaptcha_v3.module |
Place recaptcha v3 preprocess function at the beginning, so in this way
it is possible to verify captcha and in case of fail, replace it to
fallback captcha challenge. |
|
|
recaptcha_v3_help |
./recaptcha_v3.module |
Implements hook_help(). |
|
|
recaptcha_v3_menu |
./recaptcha_v3.module |
Implements hook_menu(). |
|
|
recaptcha_v3_schema |
./recaptcha_v3.install |
Implementation of hook_schema(). |
|
|
recaptcha_v3_theme |
./recaptcha_v3.module |
Implements of hook_theme(). |
|
|
recaptcha_v3_token_element |
./recaptcha_v3.module |
Form element for recaptcha v3. |
1 |
|
recaptcha_v3_token_validate |
./recaptcha_v3.module |
Validate recaptcha token. |
1 |
|
recaptcha_v3_uninstall |
./recaptcha_v3.install |
Implements hook_uninstall(). |
|
|
recaptcha_v3_variable_group_info |
./recaptcha_v3.module |
Implements hook_variable_group_info(). |
|
|
recaptcha_v3_variable_info |
./recaptcha_v3.module |
Implements hook_variable_info(). |
|
|
theme_recaptcha_v3_admin_settings_actions_overview |
./recaptcha_v3.admin.inc |
|
|
|
_recaptcha_v3_get_action_by_id |
./recaptcha_v3.module |
Return recaptcha v3 action by given id. |
2 |
|
_recaptcha_v3_get_all_actions |
./recaptcha_v3.module |
Returns array of all existing actions. |
3 |
|
_recaptcha_v3_id_exists |
./recaptcha_v3.module |
Returns whether a recaptcha v3 id already exists. |
1 |
1 |