Standard.php in Geolocation Field 8.3
Same filename in this branch
Same filename and directory in other branches
File
modules/geolocation_google_maps/src/Plugin/geolocation/GeocoderCountryFormatting/Standard.phpView source
<?php
namespace Drupal\geolocation_google_maps\Plugin\geolocation\GeocoderCountryFormatting;
use Drupal\geolocation_google_maps\GoogleCountryFormattingBase;
/**
* Provides germany address formatting.
*
* @GeocoderCountryFormatting(
* id = "google_geocoding_api_standard",
* )
*/
class Standard extends GoogleCountryFormattingBase {
}