You are here

public function ImageHotspotInterface::setTargetLink in Image Hotspots 8

Sets new target attribute of the hotspot.

Parameters

string $target: New link target.

1 method overrides ImageHotspotInterface::setTargetLink()
ImageHotspot::setTargetLink in src/Entity/ImageHotspot.php
Sets new target attribute of the hotspot.

File

src/ImageHotspotInterface.php, line 78

Class

ImageHotspotInterface
Interface ImageHotspotInterface.

Namespace

Drupal\image_hotspots

Code

public function setTargetLink($target);