public function ImagemagickExecArguments::getDestination in ImageMagick 8.2
Same name and namespace in other branches
- 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\imagemagickCode
public function getDestination() {
return $this->destination;
}