function hook_gallery_assist_item_alter in Gallery Assist 7
1 function implements hook_gallery_assist_item_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
1 invocation of hook_gallery_assist_item_alter()
File
- ./
gallery_assist.api.inc, line 24 - Hooks provided by the Gallery Assist module.
Code
function hook_gallery_assist_item_alter(&$elements) {
dsm($elements);
}