You are here

public function CaptchaPoint::setLabel in CAPTCHA 8

Setter for label property.

Parameters

string $label: Label string.

Overrides CaptchaPointInterface::setLabel

File

src/Entity/CaptchaPoint.php, line 106

Class

CaptchaPoint
Defines the CaptchaPoint entity.

Namespace

Drupal\captcha\Entity

Code

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