public function Generic::getCommand in Googalytics - Google Analytics 8
Get the command name.
Return value
string The command name.
File
- src/
AnalyticsCommand/ Generic.php, line 60
Class
- Generic
- Class FieldsObject.
Namespace
Drupal\ga\AnalyticsCommandCode
public function getCommand() {
return $this->command;
}