function hook_icon_bundles_alter in Icon API 7
Same name and namespace in other branches
- 8 icon.api.php \hook_icon_bundles_alter()
Allow extensions to alter icon bundles before they become cached.
1 invocation of hook_icon_bundles_alter()
- icon_bundles in ./
icon.module - Returns information about all icon bundles.
File
- ./
icon.api.php, line 113 - icon.api.php Hooks and form elements provided by the Icon API module.
Code
function hook_icon_bundles_alter(&$bundle) {
}