Question

I need to be able to extract a taxonomy array and use it to create links.

Was it helpful?

Solution

taxonomy_term_load() looks promising.

Return the term object matching a term ID.

Parameters

$tid A term's ID

Return value

A term object. Results are statically cached.

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top