[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/phpbb/captcha/plugins/ -> recaptcha_v3.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 380 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

recaptcha_v3:: (14 methods):
  get_actions()
  execute()
  execute_demo()
  get_generator_class()
  get_name()
  has_config()
  init()
  is_available()
  acp_page()
  get_demo_template()
  get_template()
  validate()
  recaptcha_verify_token()
  get_login_error_attempts()


Class: recaptcha_v3  - X-Ref

Google reCAPTCHA v3 plugin.

get_actions()   X-Ref
Get CAPTCHA types mapped to their action.

return: array

execute()   X-Ref
Execute.

Not needed by this CAPTCHA plugin.

return: void

execute_demo()   X-Ref
Execute demo.

Not needed by this CAPTCHA plugin.

return: void

get_generator_class()   X-Ref
Get generator class.

Not needed by this CAPTCHA plugin.

return: void

get_name()   X-Ref
Get CAPTCHA plugin name.

return: string

has_config()   X-Ref
Indicator that this CAPTCHA plugin requires configuration.

return: bool

init($type)   X-Ref
Initialize this CAPTCHA plugin.

return: void
param: int    $type    The CAPTCHA type

is_available()   X-Ref
Whether or not this CAPTCHA plugin is available and setup.

return: bool

acp_page($id, $module)   X-Ref
Create the ACP page for configuring this CAPTCHA plugin.

return: void
param: string        $id            The ACP module identifier
param: \acp_captcha    $module        The ACP module basename

get_demo_template($id)   X-Ref
Create the ACP page for previewing this CAPTCHA plugin.

return: bool|string
param: string    $id        The module identifier

get_template()   X-Ref
Get the template for this CAPTCHA plugin.

return: bool|string        False if CAPTCHA is already solved, template file name otherwise

validate()   X-Ref
Validate the user's input.

return: bool|string

recaptcha_verify_token()   X-Ref
Validate the token returned by Google reCAPTCHA v3.

return: bool|string        False on success, string containing the error otherwise

get_login_error_attempts()   X-Ref
{@inheritDoc}




Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1