public function CaptchaPoint::setFormId in CAPTCHA 8
Setter for label property.
Parameters
string $form_id: Form machine ID string.
Overrides CaptchaPointInterface::setFormId
File
- src/
Entity/ CaptchaPoint.php, line 92
Class
- CaptchaPoint
- Defines the CaptchaPoint entity.
Namespace
Drupal\captcha\EntityCode
public function setFormId($form_id) {
$this->formId = $form_id;
}