Germany.php in Geolocation Field 8.2
Same filename in this branch
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/GeocoderCountryFormatting/Germany.phpView source
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\GeocoderCountryFormatting;
use Drupal\geolocation_leaflet\NominatimRoadFirstFormattingBase;
/**
* Provides address formatting.
*
* @GeocoderCountryFormatting(
* id = "nominatim_de",
* country_code = "de",
* geocoder = "nominatim",
* )
*/
class Germany extends NominatimRoadFirstFormattingBase {
}