interface LeafletTileLayerPluginInterface in Geofield Map 8
Defines an interface for Leaflet tile layers plugin plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\geofield_map\leafletTileLayers\LeafletTileLayerPluginInterface
Expanded class hierarchy of LeafletTileLayerPluginInterface
All classes that implement LeafletTileLayerPluginInterface
File
- src/
LeafletTileLayer/ LeafletTileLayerPluginInterface.php, line 10
Namespace
Drupal\geofield_map\leafletTileLayersView source
interface LeafletTileLayerPluginInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |