You are here

public function UcAddressesUcZoneFieldHandler::getOutputFormats in Ubercart Addresses 7

Same name and namespace in other branches
  1. 6.2 handlers/ubercart.handlers.inc \UcAddressesUcZoneFieldHandler::getOutputFormats()

Implements UcAddressesFieldHandler::getOutputFormats().

Overrides UcAddressesFieldHandler::getOutputFormats

File

handlers/ubercart.handlers.inc, line 206
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'),
  );
}