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