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\ProviderCode
public function reverseQuery(ReverseQuery $query) : Collection {
throw new UnsupportedOperation('The File plugin is not able to do reverse geocoding.');
}