You are here

public property views_field_view_handler_field_view::$child_arguments in Views Field View 6

Same name and namespace in other branches
  1. 7 views_field_view_handler_field_view.inc \views_field_view_handler_field_view::child_arguments

If query aggregation is used, all of the arguments for the child view.

This is a multidimensional array containing field_aliases for the argument's fields and containing a linear array of all of the results to be used as arguments in various fields.

File

./views_field_view_handler_field_view.inc, line 11

Class

views_field_view_handler_field_view

Code

public $child_arguments = array();