property Sql::$where

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

drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php, line 51
Definition of Drupal\views\Plugin\views\query\Sql.

Class

Sql
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

var $where = array();