You are here

public function GeometryProviderInterface::getName in Geocoder 8.3

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

Returns the Geometry provider's name.

Return value

string The GeometryProvider name.

1 method overrides GeometryProviderInterface::getName()
AbstractGeometryProvider::getName in modules/geocoder_geofield/src/Geocoder/Provider/AbstractGeometryProvider.php
Returns the Geometry provider's name.

File

modules/geocoder_geofield/src/Geocoder/Provider/GeometryProviderInterface.php, line 51

Class

GeometryProviderInterface
Providers GeometryProvider interface..

Namespace

Drupal\geocoder_geofield\Geocoder\Provider

Code

public function getName() : string;