function hook_finder_render_alter in Finder 7.2
Alter finder after output is composed.
Parameters
&$finder: The finder.
&$output: The output array.
See also
1 invocation of hook_finder_render_alter()
- finder::render in includes/
finder.inc - Finder render.
File
- ./
finder.api.php, line 146 - Documents finder's hooks for api reference.
Code
function hook_finder_render_alter(&$finder, &$output) {
// no example code
}