You are here

public function PhantomJSCaptureTestForm::__construct in PhantomJS Capture 8

PhantomJSCaptureTestForm constructor.

Parameters

PhantomJSCaptureHelperInterface $phantomjs_capture_helper:

File

src/Form/PhantomJSCaptureTestForm.php, line 29

Class

PhantomJSCaptureTestForm
Class PhantomJSCaptureTestForm

Namespace

Drupal\phantomjs_capture\Form

Code

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