YandexControlSearch.php in Geolocation Field 8.2
Same filename and directory in other branches
File
modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlSearch.phpView 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
Name | Description |
---|---|
YandexControlSearch | Provides Search control element. |