Hook | additionalCustomerAddressFields |
---|---|
Locations | FO |
Type | |
Origin | core |
Aliases | |
Description | This hook returns an array of FormFields to add them to the customer address registration form |
This hook has an $array_return
parameter set to true
(module output will be set by name in an array, see explaination here).
Origin | File |
---|---|
core | classes/form/CustomerAddressFormatter.php |
Hook::exec('additionalCustomerAddressFields', ['fields' => &$format], null, true)