You are here

Modify.php in Openlayers 7.3

Interaction: Modify.

File

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

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

use Drupal\openlayers\Types\Interaction;

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

}

Classes

Namesort descending Description
Modify Class Modify.