You are here

protected property GoogleAnalyticsQuery::$where in Google Analytics Reports 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.

Type: array

File

src/Plugin/views/query/GoogleAnalyticsQuery.php, line 61

Class

GoogleAnalyticsQuery
Defines a Views query class for Google Analytics Reports API.

Namespace

Drupal\google_analytics_reports\Plugin\views\query

Code

protected $where = [];