You are here

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\Entity

Code

public function getFormId() {
  return $this->formId;
}