You are here

public function File::reverseQuery in Geocoder 8.3

File

modules/geocoder_field/src/Geocoder/Provider/File.php, line 87

Class

File
Provides a file handler to be used by 'file' plugin.

Namespace

Drupal\geocoder_field\Geocoder\Provider

Code

public function reverseQuery(ReverseQuery $query) : Collection {
  throw new UnsupportedOperation('The File plugin is not able to do reverse geocoding.');
}