You are here

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\AnalyticsCommand

Code

public function getTrackingId() {
  return $this->trackingId;
}