function hook_icon_bundle_list_alter in Icon API 7
Same name and namespace in other branches
- 8 icon.api.php \hook_icon_bundle_list_alter()
Allow extensions to alter a bundle listing before it's viewed.
Parameters
array $build: The render array passed by reference.
array $bundle: The bundle array used for context.
See also
1 invocation of hook_icon_bundle_list_alter()
- icon_bundle_list in includes/
admin.inc - Menu callback for 'icon_bundle_list'.
File
- ./
icon.api.php, line 126 - icon.api.php Hooks and form elements provided by the Icon API module.
Code
function hook_icon_bundle_list_alter(&$build, $bundle) {
}