You are here

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

Code

public function getSettingValue() {
  return $this->settingValue;
}