You are here

LeafletDisableUserInteraction.php in Geolocation Field 8.3

File

modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletDisableUserInteraction.php
View source
<?php

namespace Drupal\geolocation_leaflet\Plugin\geolocation\MapFeature;

use Drupal\geolocation\MapFeatureFrontendBase;

/**
 * Provides disabled interaction.
 *
 * @MapFeature(
 *   id = "leaflet_disable_user_interaction",
 *   name = @Translation("Disable User Interaction"),
 *   description = @Translation("Disable direct user interaction like zooming or panning"),
 *   type = "leaflet",
 * )
 */
class LeafletDisableUserInteraction extends MapFeatureFrontendBase {

}

Classes

Namesort descending Description
LeafletDisableUserInteraction Provides disabled interaction.