I need to programmatically create a list of the tags used in a Drupal 7 website. I'm browsing through the api/functions, but can't find something like "get_list_of_terms()" :-)
How should I proceed? Thanks! J.
|
|
|
Exactly. A slightly more complete example is (you can substitute with your own vocabulary vid):
|
|||
|
|
|
To get a list of taxonomy terms for a particular vocabulary, you could use |
|||
|
|