You are here

function hook_organigrams_taxonomy_term_markup_alter in Organigrams 8.2

Alter the markup of a taxonomy term.

Parameters

string $markup: Contains rendered html.

object $object: Contains a taxonomy term.

1 invocation of hook_organigrams_taxonomy_term_markup_alter()
TaxonomyTermTree::buildListTree in src/TaxonomyTermTree.php
Populates a tree array with list items given a taxonomy term tree object.

File

./organigrams.api.php, line 30
Hooks and documentation related to organigrams module.

Code

function hook_organigrams_taxonomy_term_markup_alter(string &$markup, object $term) {
}