function commerce_customer_query_commerce_customer_profile_access_alter in Commerce Core 7
Implements hook_query_TAG_alter().
File
- modules/
customer/ commerce_customer.module, line 743 - Defines the customer profile entity and API functions to manage customers and interact with them.
Code
function commerce_customer_query_commerce_customer_profile_access_alter(QueryAlterableInterface $query) {
return commerce_entity_access_query_alter($query, 'commerce_customer_profile');
}