Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Sql.php

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.

Type: array

File

core/modules/views/src/Plugin/views/query/Sql.php, line 67

Class

Sql
Views query plugin for an SQL query.

Namespace

Drupal\views\Plugin\views\query

Code

public $where = [];
RSS feed
Powered by Drupal