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