You are here

public function Set::getSettingKey in Googalytics - Google Analytics 8

Get the setting key.

Return value

string The setting key.

File

src/AnalyticsCommand/Set.php, line 52

Class

Set
Class Set.

Namespace

Drupal\ga\AnalyticsCommand

Code

public function getSettingKey() {
  return $this->settingKey;
}