function hook_commerce_entity_access_condition_alter in Commerce Core 7
Allows modules to alter the conditions used on the query to grant view access to a Commerce entity.
This hook uses the same parameters as the entity type specific hook but is invoked after it.
See also
hook_commerce_entity_access_condition_ENTITY_TYPE_alter()
File
- ./
commerce.api.php, line 159 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Code
function hook_commerce_entity_access_condition_alter() {
// No example.
}