Retrieve a Drupal View's result set
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().
精彩评论