public function ReCaptchaV3ActionInterface::getChallenge in reCAPTCHA v3 8
Getter for challenge.
Return value
string Challenge type.
1 method overrides ReCaptchaV3ActionInterface::getChallenge()
- ReCaptchaV3Action::getChallenge in src/
Entity/ ReCaptchaV3Action.php - Getter for challenge.
File
- src/
ReCaptchaV3ActionInterface.php, line 42
Class
- ReCaptchaV3ActionInterface
- Provides an interface defining a recaptcha v3 entity..
Namespace
Drupal\recaptcha_v3Code
public function getChallenge() : string;