By smalltalkman on
Greetings
I am trying to add data to a view. Create nodes at runtime that do not exist in the database only to be displayed in a view. I hope to use one of the apis (http://views.doc.logrus.com/) ad a few rows f data and everything else is the same. Just a few more elements show up in the view.
none of them seem to be the hook just after the data has been fetched from the table but before it ahs been wrapped in html
Comments
I found that I could hook
I found that I could hook into hook_views_pre_render (&$view) and add instances of stdClass to the result set.
The new items (events from Google calendar in this case) integrated seamlessly.