我的每日 Drupal 问题:通过 api 获取给定词汇表中的所有节点

发布于 2024-09-06 18:34:53 字数 135 浏览 4 评论 0原文

虽然您可以轻松地在 vid=vocabularyId 处生成查询结果,但我想知道 api 中是否有方法可以这样做,这样我的代码看起来就不那么难看了。我想知道Drupal 的核心中是否已经实现了类似vocabulary_get_nodes(vid) 的东西。

While you can easily make a query result where vid=vocabularyId I'd like to know if there's a method in the api to do so so my code looks a bit less ugly. I'd like to know if theres something like vocabulary_get_nodes(vid) already implemented in Drupal's core.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谢绝鈎搭 2024-09-13 18:34:53

不确定这正是您想要做的,但请查看这三个 API 函数:

  1. taxonomy_select_nodes()
  2. taxonomy_render_nodes()
  3. taxonomy_term_page()

如果您搜索 api.drupal.org,还有其他几个与词汇相关的 API 函数,只需搜索那些从分类开始_

Not sure this is exactly what you want to do, but check out these three API functions:

  1. taxonomy_select_nodes()
  2. taxonomy_render_nodes()
  3. taxonomy_term_page()

If you search api.drupal.org, there are several other vocabulary related API functions as well, just search for the ones that begin with taxonomy_

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文