function taxonomy_term_depth_get_chain in Taxonomy Term Depth 7
Same name and namespace in other branches
- 8.2 taxonomy_term_depth.module \taxonomy_term_depth_get_chain()
- 8 taxonomy_term_depth.module \taxonomy_term_depth_get_chain()
Parameters
$tid:
Return value
array
Deprecated
File
- ./
taxonomy_term_depth.module, line 141 - Provides some custom functionality.
Code
function taxonomy_term_depth_get_chain($tid, $reveresed = FALSE) {
return taxonomy_term_depth_get_parents($tid, $reveresed);
}