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