You are here

ImageStatic.php in Openlayers 7.3

Source: ImageStatic.

File

src/Plugin/Source/ImageStatic/ImageStatic.php
View source
<?php

/**
 * @file
 * Source: ImageStatic.
 */
namespace Drupal\openlayers\Plugin\Source\ImageStatic;

use Drupal\openlayers\Types\Source;

/**
 * Class ImageStatic.
 *
 * @OpenlayersPlugin(
 *  id = "ImageStatic"
 * )
 */
class ImageStatic extends Source {

}

Classes

Namesort descending Description
ImageStatic Class ImageStatic.