You are here

OpenlayersPlugin.php in Openlayers 7.3

File

src/Component/Annotation/OpenlayersPlugin.php
View source
<?php

/**
 * @file
 * Contains Drupal\openlayers\Component\Annotation\OpenlayersPlugin.
 */
namespace Drupal\openlayers\Component\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines an Openlayers Plugin annotation object.
 *
 * @ingroup plugin_api
 *
 * @Annotation
 */
class OpenlayersPlugin extends Plugin {

}

Classes

Namesort descending Description
OpenlayersPlugin Defines an Openlayers Plugin annotation object.