You are here

public function ImageHotspotInterface::getCoordinates in Image Hotspots 8

Returns hotspot base coordinates.

Return value

array Array with X and Y keys for coordinates.

1 method overrides ImageHotspotInterface::getCoordinates()
ImageHotspot::getCoordinates in src/Entity/ImageHotspot.php
Returns hotspot base coordinates.

File

src/ImageHotspotInterface.php, line 102

Class

ImageHotspotInterface
Interface ImageHotspotInterface.

Namespace

Drupal\image_hotspots

Code

public function getCoordinates();