public function GoogleAnalyticsCounterFeed::setHost in Google Analytics Counter 8.3
Set the host property.
Parameters
$host:
File
- src/
GoogleAnalyticsCounterFeed.php, line 314
Class
- GoogleAnalyticsCounterFeed
- Authorize access and request data from Google Analytics Core Reporting API.
Namespace
Drupal\google_analytics_counterCode
public function setHost($host) {
$this->host = $host;
}