You are here

protected property GoogleAnalyticsQuery::$groupOperator in Google Analytics Reports 8.3

The default operator to use when connecting the WHERE groups.

Type: string

File

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

Class

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

Namespace

Drupal\google_analytics_reports\Plugin\views\query

Code

protected $groupOperator = 'AND';