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