function my_custom_commerce_reset_get_data in Commerce Reset 7
The data to iterate through.
1 string reference to 'my_custom_commerce_reset_get_data'
- hook_commerce_reset_reset_items in ./
commerce_reset.api.php - Define commerce reset callbacks.
File
- ./
commerce_reset.api.php, line 54 - API documentation for commerce_reset.
Code
function my_custom_commerce_reset_get_data() {
return TRUE;
}