You are here

function taxonomy_term_depth_get_chain in Taxonomy Term Depth 8

Same name and namespace in other branches
  1. 8.2 taxonomy_term_depth.module \taxonomy_term_depth_get_chain()
  2. 7 taxonomy_term_depth.module \taxonomy_term_depth_get_chain()

Parameters

$tid:

Return value

array

File

./taxonomy_term_depth.module, line 125
Main module file.

Code

function taxonomy_term_depth_get_chain($tid, $reversed = FALSE) {
  return taxonomy_term_depth_get_parents($tid, $reversed);
}