Hook | actionValidateCustomerAddressForm |
---|---|
Locations | FO |
Type | action |
Origin | core |
Aliases | |
Description | This hook is called when a customer submit its address form |
Origin | File |
---|---|
core | classes/form/CustomerAddressForm.php |
<?php
array(
'form' => (object) CustomerAddressForm
);
Hook::exec('actionValidateCustomerAddressForm', ['form' => $this])