You are here

property views_handler_field::$additional_fields in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 handlers/views_handler_field.inc \views_handler_field::additional_fields

Stores additional fields which get's added to the query. The generated aliases are stored in $aliases.

Type: array

File

handlers/views_handler_field.inc, line 29

Class

views_handler_field
Base field handler that has no options and renders an unformatted field.

Code

var $additional_fields = array();