property Sql::$where in Views (for Drupal 7) 8.3
An array of sections of the WHERE query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.
File
- lib/
Drupal/ views/ Plugin/ views/ query/ Sql.php, line 50 - Definition of Drupal\views\Plugin\views\query\Sql.
Class
- Sql
- @todo.
Namespace
Drupal\views\Plugin\views\queryCode
var $where = array();