public function ImageCrop::getInCroppingMode in Image javascript crop 7
Get the current value for cropping mode.
File
- includes/
imagecrop.class.inc, line 234 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function getInCroppingMode() {
return $this->inCroppingMode;
}