public function ImageCrop::getBundle in Image javascript crop 7
Get the bundle from the current imagecrop.
File
- includes/
imagecrop.class.inc, line 115 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function getBundle() {
return $this->bundle;
}