public function CaptchaPointInterface::setFormId in CAPTCHA 8
Setter for label property.
Parameters
string $form_id: Form machine ID string.
1 method overrides CaptchaPointInterface::setFormId()
- CaptchaPoint::setFormId in src/
Entity/ CaptchaPoint.php - Setter for label property.
File
- src/
CaptchaPointInterface.php, line 27
Class
- CaptchaPointInterface
- Interface CaptchaPointInterface.
Namespace
Drupal\captchaCode
public function setFormId($form_id);