public function DumperInterface::dump in Geocoder 8.3
Same name and namespace in other branches
- 8.2 src/DumperInterface.php \Drupal\geocoder\DumperInterface::dump()
Dumps the argument into a specific format.
Parameters
\Geocoder\Location $location: The address to be formatted.
Return value
string The formatted address.
1 method overrides DumperInterface::dump()
- DumperBase::dump in src/
DumperBase.php - Dumps the argument into a specific format.
File
- src/
DumperInterface.php, line 24
Class
- DumperInterface
- Provides an interface for geocoder dumper plugins.
Namespace
Drupal\geocoderCode
public function dump(Location $location);