public function ReCaptchaV3Action::setLabel in reCAPTCHA v3 8
Setter for label.
Parameters
string $label: Label of action.
Overrides ReCaptchaV3ActionInterface::setLabel
File
- src/
Entity/ ReCaptchaV3Action.php, line 90
Class
- ReCaptchaV3Action
- Defines the reCAPTCHA v3 action entity.
Namespace
Drupal\recaptcha_v3\EntityCode
public function setLabel(string $label) {
$this->label = $label;
}