public function ReCaptchaV3Action::getChallenge in reCAPTCHA v3 8
Getter for challenge.
Return value
string Challenge type.
Overrides ReCaptchaV3ActionInterface::getChallenge
File
- src/
Entity/ ReCaptchaV3Action.php, line 111
Class
- ReCaptchaV3Action
- Defines the reCAPTCHA v3 action entity.
Namespace
Drupal\recaptcha_v3\EntityCode
public function getChallenge() : string {
return $this->challenge;
}