public function ReCaptchaV3ActionInterface::setThreshold in reCAPTCHA v3 8
Setter for threshold.
Parameters
float $threshold: Set threshold value.
1 method overrides ReCaptchaV3ActionInterface::setThreshold()
- ReCaptchaV3Action::setThreshold in src/
Entity/ ReCaptchaV3Action.php - Setter for threshold.
File
- src/
ReCaptchaV3ActionInterface.php, line 34
Class
- ReCaptchaV3ActionInterface
- Provides an interface defining a recaptcha v3 entity..
Namespace
Drupal\recaptcha_v3Code
public function setThreshold(float $threshold);