You are here

function hook_commerce_customer_profile_presave in Commerce Core 7

Allows you to prepare customer profile data before it is saved.

Parameters

$profile: The customer profile object to be saved.

See also

rules_invoke_all()

1 function implements hook_commerce_customer_profile_presave()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

commerce_order_commerce_customer_profile_presave in modules/order/commerce_order.module
Implements hook_commerce_customer_profile_presave().

File

modules/customer/commerce_customer.api.php, line 105
Hooks provided by the Customer module.

Code

function hook_commerce_customer_profile_presave($profile) {

  // No example.
}