public function ReCaptchaV3ActionInterface::getThreshold in reCAPTCHA v3 8
Getter for threshold.
Return value
float Get threshold value.
1 method overrides ReCaptchaV3ActionInterface::getThreshold()
- ReCaptchaV3Action::getThreshold in src/
Entity/ ReCaptchaV3Action.php - Getter for threshold.
File
- src/
ReCaptchaV3ActionInterface.php, line 26
Class
- ReCaptchaV3ActionInterface
- Provides an interface defining a recaptcha v3 entity..
Namespace
Drupal\recaptcha_v3Code
public function getThreshold() : float;