public function CaptchaPoint::getFormId in CAPTCHA 8
Getter for form machine ID property.
Overrides CaptchaPointInterface::getFormId
File
- src/
Entity/ CaptchaPoint.php, line 85
Class
- CaptchaPoint
- Defines the CaptchaPoint entity.
Namespace
Drupal\captcha\EntityCode
public function getFormId() {
return $this->formId;
}