You are here

public function CaptchaImageRefresh::__construct in CAPTCHA 8

The contruct method.

Parameters

\Drupal\Component\Datetime\TimeInterface $time: Obtaining system time.

File

image_captcha/src/Controller/CaptchaImageRefresh.php, line 35

Class

CaptchaImageRefresh
Description of CaptchaImageRefresh.

Namespace

Drupal\image_captcha\Controller

Code

public function __construct(TimeInterface $time) {
  $this->time = $time;
}