YandexControlGeolocation.php in Geolocation Field 8.2
Same filename and directory in other branches
File
modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlGeolocation.phpView source
<?php
namespace Drupal\geolocation_yandex\Plugin\geolocation\MapFeature;
/**
* Provides Geolocation control element.
*
* @MapFeature(
* id = "yandex_control_geolocation",
* name = @Translation("Map Control - Geolocation"),
* description = @Translation("Add geolocation to the map."),
* type = "yandex",
* )
*/
class YandexControlGeolocation extends ControlElementBase {
}
Classes
Name | Description |
---|---|
YandexControlGeolocation | Provides Geolocation control element. |