如何在 Drupal 中添加自定义视图类型

发布于 2024-09-30 13:43:25 字数 174 浏览 2 评论 0原文

我学习了很多关于 Drupal 中视图的知识,但不知道如何向列表中添加新的视图类型(节点、评论、用户等)。

我试图在视图中重新创建的查询类似于“SELECT * from Quizz”,这是一个自定义表,我已经创建了一个名为“Quizz”的新内容类型,但我希望能够使用它在视图模块中。

感谢您的帮助!!

I'm learning a lot about the Views in Drupal, but can't figure how to add new View types to the list (node, comment, user, etc).

The Query I'm trying to recreate in a View is something like "SELECT * from Quizz", which is a custom table, and I have already created a new content type named "Quizz" but I would like to be able to use it in the View module.

Thanks for your help!!

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

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

发布评论

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

评论(2

久光 2024-10-07 13:43:25

您需要使用hook_views_data。完整的文档位于视图模块的帮助中,但是这里有一些示例代码

You'll need to use hook_views_data. Full documentation is in the help for the Views module, but here's a bit of example code.

怪我闹别瞎闹 2024-10-07 13:43:25

查看数据模块,或较旧的表向导 作为从通用表获取视图的一种方式。两者都提供了 UI。但是我不知道他们将如何处理表之间复杂的关系。

Take a look at the data module, or the older table wizard as a way to get views from generic tables. Both provide a UI. However I don't know how they will cope with complext relationships between tables.

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