You are here

function taxonomy_term_depth_get_chain in Taxonomy Term Depth 8.2

Same name and namespace in other branches
  1. 8 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 206
Main module file.

Code

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