You are here

public static function MapProviderBase::getControlPositions in Geolocation Field 8.3

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

Return available control positions.

Return value

array|false Positions.

Overrides MapProviderInterface::getControlPositions

5 methods override MapProviderBase::getControlPositions()
Baidu::getControlPositions in modules/geolocation_baidu/src/Plugin/geolocation/MapProvider/Baidu.php
Return available control positions.
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 289

Class

MapProviderBase
Provide Map Provider Base class.

Namespace

Drupal\geolocation

Code

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