public function Set::getSettingValue in Googalytics - Google Analytics 8
Get the setting value.
Return value
mixed The setting value.
File
- src/
AnalyticsCommand/ Set.php, line 62
Class
- Set
- Class Set.
Namespace
Drupal\ga\AnalyticsCommandCode
public function getSettingValue() {
return $this->settingValue;
}