Closed (outdated)
Project:
Views PHP
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2011 at 23:25 UTC
Updated:
8 Feb 2021 at 14:28 UTC
Jump to comment: Most recent
Comments
Comment #1
funkytraffic commentedI thought it was possible to overwrite filter values like
$handler->options['filters']['term_node_tid_depth']['value'] = array('4195' => '4195')
Comment #2
Fidelix commentedTry print_r(get_defined_vars());
Or even better, install the devel module, and use:
dpm(get_defined_vars());
Comment #3
liam morlandDrupal 6 is no longer supported. If this applies to a later version, please re-open and update the version.