开发者

Retrieve a Drupal View's result set

开发者 https://www.devze.com 2023-02-07 15:49 出处:网络
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 lis

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?


You can use views_get_result_view().

0

精彩评论

暂无评论...
验证码 换一张
取 消