You are here

function hook_commerce_coupon_can_delete in Commerce Coupon 7

This hook is called to check if a coupon type can be deleted.

Parameters

$coupon: The coupon to be checked for deletion.

Related topics

1 function implements hook_commerce_coupon_can_delete()

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

commerce_coupon_commerce_coupon_can_delete in ./commerce_coupon.module
Implements commerce_coupon_can_delete().
1 invocation of hook_commerce_coupon_can_delete()
commerce_coupon_can_delete in ./commerce_coupon.module
Determines whether or not the give coupon can be deleted.

File

./commerce_coupon.api.php, line 18
Hooks provided by Commerce Coupon module.

Code

function hook_commerce_coupon_can_delete($type) {
}