public function File::getName in Geocoder 8.3
1 call to File::getName()
- File::geocodeQuery in modules/
geocoder_field/ src/ Geocoder/ Provider/ File.php
File
- modules/
geocoder_field/ src/ Geocoder/ Provider/ File.php, line 25
Class
- File
- Provides a file handler to be used by 'file' plugin.
Namespace
Drupal\geocoder_field\Geocoder\ProviderCode
public function getName() : string {
return 'file';
}