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\EntityCode
public function getLink() {
return $this->link->value;
}