You are here

public static function MapProviderInterface::getControlPositions in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/MapProviderInterface.php \Drupal\geolocation\MapProviderInterface::getControlPositions()

Return available control positions.

Return value

array|false Positions.

1 method overrides MapProviderInterface::getControlPositions()
MapProviderBase::getControlPositions in src/MapProviderBase.php
Return available control positions.

File

src/MapProviderInterface.php, line 91

Class

MapProviderInterface
Defines an interface for geolocation MapProvider plugins.

Namespace

Drupal\geolocation

Code

public static function getControlPositions();