You are here

DragAndDrop.php in Openlayers 7.3

Interaction: DragAndDrop.

File

src/Plugin/Interaction/DragAndDrop/DragAndDrop.php
View source
<?php

/**
 * @file
 * Interaction: DragAndDrop.
 */
namespace Drupal\openlayers\Plugin\Interaction\DragAndDrop;

use Drupal\openlayers\Types\Interaction;

/**
 * Class DragAndDrop.
 *
 * @OpenlayersPlugin(
 *  id = "DragAndDrop"
 * )
 */
class DragAndDrop extends Interaction {

}

Classes

Namesort descending Description
DragAndDrop Class DragAndDrop.