You are here

public function ImageHotspotInterface::setDescription in Image Hotspots 8

Sets new description of the hotspot.

Parameters

string $description: New description.

1 method overrides ImageHotspotInterface::setDescription()
ImageHotspot::setDescription in src/Entity/ImageHotspot.php
Sets new description of the hotspot.

File

src/ImageHotspotInterface.php, line 62

Class

ImageHotspotInterface
Interface ImageHotspotInterface.

Namespace

Drupal\image_hotspots

Code

public function setDescription($description);