public function CaptchaPoint::id in CAPTCHA 8
Gets the identifier.
Return value
string|int|null The entity identifier, or NULL if the object does not yet have an identifier.
Overrides EntityBase::id
File
- src/
Entity/ CaptchaPoint.php, line 78
Class
- CaptchaPoint
- Defines the CaptchaPoint entity.
Namespace
Drupal\captcha\EntityCode
public function id() {
return $this->formId;
}