You are here

public function GoogleAnalyticsBase::operators in Google Analytics Reports 8.3

Provide list of operators.

2 calls to GoogleAnalyticsBase::operators()
GoogleAnalyticsBase::operatorOptions in src/Plugin/views/filter/GoogleAnalyticsBase.php
Provide a list of options for the default operator form. Should be overridden by classes that don't override operatorForm
GoogleAnalyticsBase::query in src/Plugin/views/filter/GoogleAnalyticsBase.php
Add this filter to the query.
2 methods override GoogleAnalyticsBase::operators()
GoogleAnalyticsNumeric::operators in src/Plugin/views/filter/GoogleAnalyticsNumeric.php
Provide list of operators.
GoogleAnalyticsString::operators in src/Plugin/views/filter/GoogleAnalyticsString.php
Provides list of operators.

File

src/Plugin/views/filter/GoogleAnalyticsBase.php, line 100

Class

GoogleAnalyticsBase
Provides base filter functionality for Google Analytics fields.

Namespace

Drupal\google_analytics_reports\Plugin\views\filter

Code

public function operators() {
  return [];
}