public function ImageCrop::getStyleDestination in Image javascript crop 7
Get the destination from the image for current style.
File
- includes/
imagecrop.class.inc, line 300 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function getStyleDestination() {
return $this->styleDestination;
}