You are here

public function GoogleAnalyticsReportsApiFeed::setHost in Google Analytics Reports 8.3

Set the host property.

File

google_analytics_reports_api/src/GoogleAnalyticsReportsApiFeed.php, line 444

Class

GoogleAnalyticsReportsApiFeed
Class GoogleAnalyticsReportsApiFeed.

Namespace

Drupal\google_analytics_reports_api

Code

public function setHost($host) {
  $this->host = $host;
}