You are here

function google_analytics_reports_handler_filter::init in Google Analytics Reports 7.3

Provide some extra help to get the operator/value easier to use.

This likely has to be overridden by filters which are more complex than simple operator/value.

Overrides views_handler_filter::init

File

handlers/google_analytics_reports_handler_filter.inc, line 29
Definition of google_analytics_reports_handler_filter.

Class

google_analytics_reports_handler_filter
Provides base filter functionality for Google Analytics fields.

Code

function init(&$view, &$options) {
  parent::init($view, $options);
  $this->is_custom = google_analytics_reports_is_custom($this->real_field);
}