Skip to content

Instantly share code, notes, and snippets.

@melissamcewen
Created July 15, 2016 17:01
Show Gist options
  • Save melissamcewen/36d620dc03a96b90c080e3a46cd952d9 to your computer and use it in GitHub Desktop.
Save melissamcewen/36d620dc03a96b90c080e3a46cd952d9 to your computer and use it in GitHub Desktop.
Debugging Drupal 7 Views Result When Theming
<?php foreach ($rows as $id => $row): ?>
<?php dpm($view->result[$id]) ?>
<?php endforeach; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment