You are here

public function Create::getCookieDomain in Googalytics - Google Analytics 8

Get the cookie domain.

Return value

string The cookie domain.

File

src/AnalyticsCommand/Create.php, line 62

Class

Create
Class Create.

Namespace

Drupal\ga\AnalyticsCommand

Code

public function getCookieDomain() {
  return $this->cookieDomain;
}