You are here

public function MapInterface::getTarget in Openlayers 7.3

Get the target ID in which this map is rendered.

Return value

string The ID of the Element that the map is rendered in.

1 method overrides MapInterface::getTarget()
Map::getTarget in src/Types/Map.php
Get the target ID in which this map is rendered.

File

src/Types/MapInterface.php, line 164
Interface MapInterface.

Class

MapInterface
Interface MapInterface.

Namespace

Drupal\openlayers\Types

Code

public function getTarget();