You are here

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.

gallery_assist_gallery_assist_item_alter in ./gallery_assist.module
1 invocation of hook_gallery_assist_item_alter()
gallery_assist_prepare_view in ./gallery_assist.module

File

./gallery_assist.api.inc, line 24
Hooks provided by the Gallery Assist module.

Code

function hook_gallery_assist_item_alter(&$elements) {
  dsm($elements);
}