You are here

LeafletTileLayerPluginInterface.php in Geofield Map 8

File

src/LeafletTileLayer/LeafletTileLayerPluginInterface.php
View source
<?php

namespace Drupal\geofield_map\leafletTileLayers;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Leaflet tile layers plugin plugins.
 */
interface LeafletTileLayerPluginInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
LeafletTileLayerPluginInterface Defines an interface for Leaflet tile layers plugin plugins.