You are here

public function ImageHotspot::getUid in Image Hotspots 8

Returns the uid of user that created hotspot.

Return value

mixed Return uuid.

Overrides ImageHotspotInterface::getUid

File

src/Entity/ImageHotspot.php, line 47

Class

ImageHotspot
Defines the image hotspot entity class.

Namespace

Drupal\image_hotspots\Entity

Code

public function getUid() {
  return $this->uuid->value;
}