gpt4 book ai didi

Drupal 7 : Programmatically get the list of tags (taxonomy)

转载 作者:行者123 更新时间:2023-12-04 16:27:46 25 4
gpt4 key购买 nike

我需要以编程方式创建一个 Drupal 7 网站中使用的标签列表。我正在浏览 api/函数,但找不到像“get_list_of_terms()”这样的东西:-)

我应该如何进行?
谢谢!
J。

最佳答案

确切地。一个稍微完整的例子是(你可以用你自己的词汇 vid 代替):

if ($terms = taxonomy_get_tree($vocabulary->vid)) {
foreach ($terms as $term) {
// Do something with $term->tid or $term->name
}
}

关于Drupal 7 : Programmatically get the list of tags (taxonomy),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10212693/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com