You are here

public static function MapProviderBase::getControlPositions in Geolocation Field 8.2

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

Return available control positions.

Return value

array|false Positions.

Overrides MapProviderInterface::getControlPositions

4 methods override MapProviderBase::getControlPositions()
GoogleMaps::getControlPositions in modules/geolocation_google_maps/src/Plugin/geolocation/MapProvider/GoogleMaps.php
Return available control positions.
Here::getControlPositions in modules/geolocation_here/src/Plugin/geolocation/MapProvider/Here.php
Return available control positions.
Leaflet::getControlPositions in modules/geolocation_leaflet/src/Plugin/geolocation/MapProvider/Leaflet.php
Return available control positions.
Yandex::getControlPositions in modules/geolocation_yandex/src/Plugin/geolocation/MapProvider/Yandex.php
Return available control positions.

File

src/MapProviderBase.php, line 287

Class

MapProviderBase
Class MapProviderBase.

Namespace

Drupal\geolocation

Code

public static function getControlPositions() {
  return [];
}