Tag: views
-
Using Drupal’s hook_views_default_views_alter
I came across an issue recently with a Drupal installation that I am working on that required me to use hook_views_default_views_alter, and found that the help out there was minimal. I finally got what I was after working, but with much debugging using the Devel module and dpm. I thought that I would put down…