function commerce_reset_customer_profiles_count in Commerce Reset 7
Return customer profile count.
1 string reference to 'commerce_reset_customer_profiles_count'
- commerce_reset_commerce_reset_reset_items in ./
commerce_reset.module - Define commerce reset callbacks.
File
- ./
commerce_reset.helpers.inc, line 48 - Contains helper functions for commerce reset.
Code
function commerce_reset_customer_profiles_count($primary_key) {
return commerce_reset_get_data_count('commerce_customer_profile', $primary_key);
}