You are here

public function ImageCrop::getEntityType in Image javascript crop 7

Get the entity type from the current imagecrop.

File

includes/imagecrop.class.inc, line 101
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function getEntityType() {
  return $this->entityType;
}