public function Create::getTrackingId in Googalytics - Google Analytics 8
Get the tracking id.
Return value
string The tracking id.
File
- src/
AnalyticsCommand/ Create.php, line 52
Class
- Create
- Class Create.
Namespace
Drupal\ga\AnalyticsCommandCode
public function getTrackingId() {
return $this->trackingId;
}