You are here

YandexControlGeolocation.php in Geolocation Field 8.3

File

modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlGeolocation.php
View 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

Namesort descending Description
YandexControlGeolocation Provides Geolocation control element.