You are here

public function ImagemagickExecArguments::getDestination in ImageMagick 8.2

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

Gets the image destination URI/path on saving.

Return value

string The image destination URI/path.

File

src/ImagemagickExecArguments.php, line 525

Class

ImagemagickExecArguments
Stores arguments for execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

public function getDestination() {
  return $this->destination;
}