You are here

public function UcAddressesAddressNameFieldHandler::isFieldEnabled in Ubercart Addresses 7

Same name and namespace in other branches
  1. 6.2 handlers/uc_addresses.handlers.inc \UcAddressesAddressNameFieldHandler::isFieldEnabled()

Implements UcAddressesFieldHandler::isFieldEnabled().

Overrides UcAddressesFieldHandler::isFieldEnabled

File

handlers/uc_addresses.handlers.inc, line 96
Field handlers for Ubercart Addresses address fields:

Class

UcAddressesAddressNameFieldHandler
Class for the address name field.

Code

public function isFieldEnabled() {
  return variable_get('uc_addresses_use_address_name', TRUE);
}