You are here

function vsm in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 views.module \vsm()
  2. 7.3 views.module \vsm()

Debug messages

2 calls to vsm()
views_get_applicable_views in ./views.module
Return a list of all views and display IDs that have a particular setting in their display's plugin settings.
vsm_trace in ./views.module

File

./views.module, line 963
Primarily Drupal hooks and global API functions to manipulate views.

Code

function vsm($message) {
  if (module_exists('devel')) {
    dsm($message);
  }
}