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\AnalyticsCommandCode
public function getCookieDomain() {
return $this->cookieDomain;
}