You are here

function commerce_reset_reset_items in Commerce Reset 7

Register a hook reset hook.

2 calls to commerce_reset_reset_items()
commerce_reset_batch_form in ./commerce_reset.module
Batch form callback.
commerce_reset_items_keyed in ./commerce_reset.helpers.inc
Add the callback as the item key.

File

./commerce_reset.module, line 277

Code

function commerce_reset_reset_items() {
  return module_invoke_all('commerce_reset_reset_items');
}