You are here

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\Entity

Code

public function setLabel(string $label) {
  $this->label = $label;
}