You are here

public function ImagemagickExecArguments::getSourceLocalPath in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 src/ImagemagickExecArguments.php \Drupal\imagemagick\ImagemagickExecArguments::getSourceLocalPath()

Gets the local filesystem path to the image file.

Return value

string A filesystem path.

File

src/ImagemagickExecArguments.php, line 439

Class

ImagemagickExecArguments
Stores arguments for execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

public function getSourceLocalPath() {
  return $this->sourceLocalPath;
}