You are here

FullScreen.php in Openlayers 7.3

Control: Fullscreen.

File

src/Plugin/Control/FullScreen/FullScreen.php
View source
<?php

/**
 * @file
 * Control: Fullscreen.
 */
namespace Drupal\openlayers\Plugin\Control\FullScreen;

use Drupal\openlayers\Types\Control;

/**
 * Class FullScreen.
 *
 * @OpenlayersPlugin(
 *  id = "FullScreen",
 *  description = "Provides a button that when clicked fills up the full screen with the map. When in full screen mode, a close button is shown to exit full screen mode."
 * )
 */
class FullScreen extends Control {

}

Classes

Namesort descending Description
FullScreen Class FullScreen.