You are here

YandexControlSearch.php in Geolocation Field 8.3

File

modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlSearch.php
View source
<?php

namespace Drupal\geolocation_yandex\Plugin\geolocation\MapFeature;


/**
 * Provides Search control element.
 *
 * @MapFeature(
 *   id = "yandex_control_search",
 *   name = @Translation("Map Control - Search"),
 *   description = @Translation("Add search the map."),
 *   type = "yandex",
 * )
 */
class YandexControlSearch extends ControlElementBase {

}

Classes

Namesort descending Description
YandexControlSearch Provides Search control element.