You are here

LeafletControlFullscreen.php in Geolocation Field 8.3

File

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

Namesort descending Description
LeafletControlFullscreen Provides Fullscreen control element.