检索 Drupal View 的结果集
我正在尝试找出如何检索视图结果集。
我有一个搜索内容类型,用于控制对 API 服务的 API 搜索。我需要定期检索此搜索列表并执行 API 调用。
如何获取视图的结果集或执行此操作?
I'm trying to find out how to retrieve a Views result set.
I have a search content type that I use to control API searches to an API service. I need to periodically retrieve this list of searches and perform the API calls.
How can I get the View's result set in or to perform this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用views_get_result_view()。
You can use views_get_result_view().