LeafletControlFullscreen.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletControlFullscreen.phpView source
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\MapFeature;
/**
* Provides Fullscreen control element.
*
* @MapFeature(
* id = "leaflet_control_fullscreen",
* name = @Translation("Map Control - Fullscreen"),
* description = @Translation("Add button to toggle fullscreen."),
* type = "leaflet",
* )
*/
class LeafletControlFullscreen extends ControlCustomElementBase {
}
Classes
Name | Description |
---|---|
LeafletControlFullscreen | Provides Fullscreen control element. |