You are here

public function DrupalSettingCommandsTrait::getPriority in Googalytics - Google Analytics 8

An integer value for sorting by priority.

Return value

int The priority value.

File

src/AnalyticsCommand/DrupalSettingCommandsTrait.php, line 25

Class

DrupalSettingCommandsTrait
Trait AnalyticsCommandSetTrait.

Namespace

Drupal\ga\AnalyticsCommand

Code

public function getPriority() {
  return $this->priority;
}