You are here

function hook_icon_bundle_list_alter in Icon API 8

Same name and namespace in other branches
  1. 7 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

icon_bundle_list()

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) {
}