views_plugin_query_default::$relationships

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_query_default.inc \views_plugin_query_default::relationships

Holds an array of relationships, which are aliases of the primary table that represent different ways to join the same table in.

Type: relationships

File

plugins/views_plugin_query_default.inc, line 27

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

var $relationships = array();