You are here

public function ImageHotspot::getLink in Image Hotspots 8

Returns link of the hotspot.

Return value

string Hotspot link.

Overrides ImageHotspotInterface::getLink

File

src/Entity/ImageHotspot.php, line 96

Class

ImageHotspot
Defines the image hotspot entity class.

Namespace

Drupal\image_hotspots\Entity

Code

public function getLink() {
  return $this->link->value;
}