You are here

function _views_json_debug_stop in Views Datasource 7

Same name and namespace in other branches
  1. 6 views_json.module \_views_json_debug_stop()

File

./views_json.module, line 470

Code

function _views_json_debug_stop($var, $location) {
  print "Location:{$location}\n";
  var_dump($var);
  module_Invoke_all('exit');
  exit;
}