You are here

public function PhantomJSCaptureInfoController::__construct in PhantomJS Capture 8

PhantomJSCaptureInfoController constructor.

Parameters

PhantomJSCaptureHelperInterface $capture_helper:

File

src/Controller/PhantomJSCaptureInfoController.php, line 20

Class

PhantomJSCaptureInfoController

Namespace

Drupal\phantomjs_capture\Controller

Code

public function __construct(PhantomJSCaptureHelperInterface $capture_helper) {
  $this->captureHelper = $capture_helper;
}