You are here

public function CaptchaPointInterface::setLabel in CAPTCHA 8

Setter for label property.

Parameters

string $label: Label string.

1 method overrides CaptchaPointInterface::setLabel()
CaptchaPoint::setLabel in src/Entity/CaptchaPoint.php
Setter for label property.

File

src/CaptchaPointInterface.php, line 43

Class

CaptchaPointInterface
Interface CaptchaPointInterface.

Namespace

Drupal\captcha

Code

public function setLabel($label);