function hook_organigrams_taxonomy_term_tree_alter in Organigrams 8.2
Alter the hierarchical taxonomy term tree.
Parameters
array $items: The array of taxonomy terms.
1 invocation of hook_organigrams_taxonomy_term_tree_alter()
- TaxonomyTermTree::loadList in src/
TaxonomyTermTree.php - Loads the tree of a vocabulary and puts it in an item list.
File
- ./
organigrams.api.php, line 19 - Hooks and documentation related to organigrams module.
Code
function hook_organigrams_taxonomy_term_tree_alter(array &$items) {
}