我的每日 Drupal 问题:通过 api 获取给定词汇表中的所有节点
虽然您可以轻松地在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这正是您想要做的,但请查看这三个 API 函数:
如果您搜索 api.drupal.org,还有其他几个与词汇相关的 API 函数,只需搜索那些从分类开始_
Not sure this is exactly what you want to do, but check out these three API functions:
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_