public property Sql::$relationships in Drupal 8
Same name and namespace in other branches
- 9 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 48
Class
- Sql
- Views query plugin for an SQL query.
Namespace
Drupal\views\Plugin\views\queryCode
public $relationships = [];