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