public function Country::getAddressFormat in Ubercart 8.4
Returns the address format template.
Return value
string A string with placeholders for address elements.
Overrides CountryInterface::getAddressFormat
File
- uc_country/
src/ Entity/ Country.php, line 124
Class
- Country
- Defines the uc_country type configuration entity.
Namespace
Drupal\uc_country\EntityCode
public function getAddressFormat() {
return $this->address_format;
}