LeafletDisableUserInteraction.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletDisableUserInteraction.phpView 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
Name | Description |
---|---|
LeafletDisableUserInteraction | Provides disabled interaction. |