function hook_icon_render_hooks_alter in Icon API 7
Same name and namespace in other branches
- 8 icon.api.php \hook_icon_render_hooks_alter()
Allow extensions to alter icon render hooks before they become cached.
1 invocation of hook_icon_render_hooks_alter()
- icon_render_hooks in ./
icon.module - Returns information about icons render hooks.
File
- ./
icon.api.php, line 41 - icon.api.php Hooks and form elements provided by the Icon API module.
Code
function hook_icon_render_hooks_alter(&$hooks) {
// Alter data from $hooks here.
}