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\EntityCode
public function setLabel($label) {
$this->label = $label;
}