You are here

property Sql::$relationships in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/query/Sql.php \Drupal\views\Plugin\views\query\Sql::relationships

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

File

core/modules/views/src/Plugin/views/query/Sql.php, line 49
Contains \Drupal\views\Plugin\views\query\Sql.

Class

Sql
Views query plugin for an SQL query.

Namespace

Drupal\views\Plugin\views\query

Code

var $relationships = array();