You are here

function hook_icon_render_hooks_alter in Icon API 8

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