You are here

Image.php in Openlayers 7.3

Layer: Image.

File

src/Plugin/Layer/Image/Image.php
View source
<?php

/**
 * @file
 * Layer: Image.
 */
namespace Drupal\openlayers\Plugin\Layer\Image;

use Drupal\openlayers\Types\Layer;

/**
 * Class Image.
 *
 * @OpenlayersPlugin(
 *  id = "Image"
 * )
 */
class Image extends Layer {

}

Classes

Namesort descending Description
Image Class Image.