You are here

public function ReCaptchaV3Action::getThreshold in reCAPTCHA v3 8

Getter for threshold.

Return value

float Get threshold value.

Overrides ReCaptchaV3ActionInterface::getThreshold

File

src/Entity/ReCaptchaV3Action.php, line 97

Class

ReCaptchaV3Action
Defines the reCAPTCHA v3 action entity.

Namespace

Drupal\recaptcha_v3\Entity

Code

public function getThreshold() : float {
  return $this->threshold;
}