public function Generic::getFieldsObject in Googalytics - Google Analytics 8
Get the map of values for the command's fieldsObject parameter.
Return value
array An array of command values.
File
- src/
AnalyticsCommand/ Generic.php, line 70
Class
- Generic
- Class FieldsObject.
Namespace
Drupal\ga\AnalyticsCommandCode
public function getFieldsObject() {
return $this->fieldsObject;
}