You are here

public function UcAddressesUCXFHandler::init in Extra Fields Checkout Pane 7

Same name and namespace in other branches
  1. 6.2 includes/uc_addresses.handlers.inc \UcAddressesUCXFHandler::init()

Initialize.

@access public

Return value

void

Overrides UcAddressesFieldHandler::init

File

includes/uc_addresses.handlers.inc, line 36
Integration code for Ubercart Addresses 7.x-1.x

Class

UcAddressesUCXFHandler
Field handler for all Extra Fields Pane fields.

Code

public function init() {
  parent::init();
  $fieldName = $this
    ->getFieldName();
  $this->ucxf_field = UCXF_FieldList::getFieldByName($fieldName);
}