You are here

public function Generic::getTrackerName in Googalytics - Google Analytics 8

The tracker this command will be applied to, if specified.

Return value

null|string The tracker name, or NULL if the default tracker.

File

src/AnalyticsCommand/Generic.php, line 80

Class

Generic
Class FieldsObject.

Namespace

Drupal\ga\AnalyticsCommand

Code

public function getTrackerName() {
  return $this->trackerName;
}