public function CountryInterface::getAddressFormat in Ubercart 8.4
Returns the address format template.
Return value
string A string with placeholders for address elements.
1 method overrides CountryInterface::getAddressFormat()
- Country::getAddressFormat in uc_country/
src/ Entity/ Country.php - Returns the address format template.
File
- uc_country/
src/ CountryInterface.php, line 50
Class
- CountryInterface
- Defines the uc_country type configuration entity.
Namespace
Drupal\uc_countryCode
public function getAddressFormat();