You are here

public function GeoJsonFile::getName in Geocoder 8.3

Same name and namespace in other branches
  1. 8.2 modules/geocoder_geofield/src/Geocoder/Provider/GeoJsonFile.php \Drupal\geocoder_geofield\Geocoder\Provider\GeoJsonFile::getName()

Returns the Geometry provider's name.

Return value

string The GeometryProvider name.

Overrides AbstractGeometryProvider::getName

File

modules/geocoder_geofield/src/Geocoder/Provider/GeoJsonFile.php, line 20

Class

GeoJsonFile
Provides a file handler to be used by 'geojsonfile' plugin.

Namespace

Drupal\geocoder_geofield\Geocoder\Provider

Code

public function getName() : string {
  return 'geojsonfile';
}