You are here

public function PhantomJSCaptureHelperInterface::getVersion in PhantomJS Capture 8

Return the version of the phantomjs binary on the server.

Return value

mixed

1 method overrides PhantomJSCaptureHelperInterface::getVersion()
PhantomJSCaptureHelper::getVersion in src/PhantomJSCaptureHelper.php
Return the version of PhantomJS binary on the server.

File

src/PhantomJSCaptureHelperInterface.php, line 27

Class

PhantomJSCaptureHelperInterface
Define an interface for a basic phantomjs helper.

Namespace

Drupal\phantomjs_capture

Code

public function getVersion();