public function ImageHotspotInterface::setLink in Image Hotspots 8
Sets new link of the hotspot.
Parameters
string $url: Url of new link.
1 method overrides ImageHotspotInterface::setLink()
- ImageHotspot::setLink in src/
Entity/ ImageHotspot.php - Sets new link of the hotspot.
File
- src/
ImageHotspotInterface.php, line 94
Class
- ImageHotspotInterface
- Interface ImageHotspotInterface.
Namespace
Drupal\image_hotspotsCode
public function setLink($url);