public function UcAddressesUcZoneFieldHandler::getOutputFormats in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 handlers/ubercart.handlers.inc \UcAddressesUcZoneFieldHandler::getOutputFormats()
Implements UcAddressesFieldHandler::getOutputFormats().
Overrides UcAddressesFieldHandler::getOutputFormats
File
- handlers/
ubercart.handlers.inc, line 142 - Field handlers for Ubercart core address fields: first_name, last_name, company, etc.
Class
- UcAddressesUcZoneFieldHandler
- Class for the Ubercart zone field.
Code
public function getOutputFormats() {
return array(
'zone_code' => t('Abbreviation of the zone'),
'zone_name' => t('Full name of the zone'),
);
}