openlayers-8.x-4.x-dev/src/Plugin/Source/ImageStatic/ImageStatic.php
src/Plugin/Source/ImageStatic/ImageStatic.php
<?php
namespace Drupal\openlayers\Plugin\Source\ImageStatic;
use Drupal\openlayers\Types\Source;
/**
* FIX - Insert short comment here.
*
* @OpenlayersPlugin(
* id = "ol_source_imagestatic",
* label = @Translation("Image Static"),
* description = @Translation("TODO..."),
* service = "openlayers.Source:InmageStatic",
* library = "openlayers-plugin-source-imagestatic",
* is_configurable = "true",
* type = "source"
* )
*/
class ImageStatic extends Source {
}
