Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $view->style_plugin->row_plugin
  2.  
  3. entity_views_plugin_row_entity_view::__set_state(array(
  4. 'entity_type' => 'node',
  5. 'entities' =>
  6. array (
  7. 0 =>
  8. stdClass::__set_state(array(
  9. 'vid' => '19',
  10. 'uid' => '1',
  11. 'title' => 'My Node Title',
  12. 'log' => '',
  13. 'status' => '0',
  14. 'comment' => '1',
  15. 'promote' => '0',
  16.  
  17. debug($view->style_plugin->row_plugin->entities());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement