Created
July 15, 2016 17:01
-
-
Save melissamcewen/36d620dc03a96b90c080e3a46cd952d9 to your computer and use it in GitHub Desktop.
Debugging Drupal 7 Views Result When Theming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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