public static function MapProviderInterface::getControlPositions in Geolocation Field 8.2
Same name and namespace in other branches
- 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\geolocationCode
public static function getControlPositions();