public function PhantomJSCaptureHelperInterface::binaryExists in PhantomJS Capture 8
Return whether or not the binary exists at the given path on the server.
Parameters
string $path:
Return value
mixed
1 method overrides PhantomJSCaptureHelperInterface::binaryExists()
- PhantomJSCaptureHelper::binaryExists in src/
PhantomJSCaptureHelper.php - Check that the binary exists at the path that was given.
File
- src/
PhantomJSCaptureHelperInterface.php, line 19
Class
- PhantomJSCaptureHelperInterface
- Define an interface for a basic phantomjs helper.
Namespace
Drupal\phantomjs_captureCode
public function binaryExists($path);