Customer address form validation:
This hook is called when a customer submit its address form
Hook locations:
Hook type: action
Located in:
<?php
array(
'form' => (object) CustomerAddressForm
);
Hook::exec('actionValidateCustomerAddressForm', ['form' => $this])