function hook_taxonomy_menu_block_alter in Taxonomy menu block 7
Alter cached data of the taxonomy tree.
Alter stuff before the tree gets nested and sent to the theme function. All possible edits by the Taxonomy Menu Block module have been done at this point.
Parameters
array $tree: See above.
array $config: Array with configuration options.
1 invocation of hook_taxonomy_menu_block_alter()
- taxonomy_menu_block_build in ./
taxonomy_menu_block.module - Function to build our tree.
File
- ./
taxonomy_menu_block.api.php, line 42 - Hooks provided by the Taxonomy Menu Block module.
Code
function hook_taxonomy_menu_block_alter(&$tree, $vid) {
}