public function File::getName in Geocoder 8.2
File
- src/
Geocoder/ Provider/ File.php, line 18
Class
- File
- Provides a file handler to be used by 'file' plugin.
Namespace
Drupal\geocoder\Geocoder\ProviderCode
public function getName() {
return 'file';
}