There is no instruction to retrieve data from the variables.

print_r($handler) in the php filter does not get any result. So how do I get all variables?

Comments

funkytraffic’s picture

I thought it was possible to overwrite filter values like

$handler->options['filters']['term_node_tid_depth']['value'] = array('4195' => '4195')

Fidelix’s picture

Try print_r(get_defined_vars());

Or even better, install the devel module, and use:
dpm(get_defined_vars());

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer supported. If this applies to a later version, please re-open and update the version.