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