You are here

ControlGoogleFullscreen.php in Geolocation Field 8.3

File

modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/ControlGoogleFullscreen.php
View source
<?php

namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;


/**
 * Provides Fullscreen control element.
 *
 * @MapFeature(
 *   id = "control_fullscreen",
 *   name = @Translation("Map Control - Fullscreen"),
 *   description = @Translation("Add button to toggle fullscreen."),
 *   type = "google_maps",
 * )
 */
class ControlGoogleFullscreen extends ControlGoogleElementBase {

}

Classes

Namesort descending Description
ControlGoogleFullscreen Provides Fullscreen control element.