You are here

public function CaptchaPointInterface::setCaptchaType in CAPTCHA 8

Setter for captcha type property.

Parameters

string|null $captcha_type: Captcha type.

1 method overrides CaptchaPointInterface::setCaptchaType()
CaptchaPoint::setCaptchaType in src/Entity/CaptchaPoint.php
Setter for captcha type property.

File

src/CaptchaPointInterface.php, line 56

Class

CaptchaPointInterface
Interface CaptchaPointInterface.

Namespace

Drupal\captcha

Code

public function setCaptchaType($captcha_type);