You are here

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

Code

public function getCommand() {
  return $this->command;
}