You are here

public function AnalyticsService::getWeight in Analytics 8

Returns the weight for the service.

Return value

int The service weight.

Overrides AnalyticsServiceInterface::getWeight

File

src/Entity/AnalyticsService.php, line 161

Class

AnalyticsService
Defines the analytics instance entity.

Namespace

Drupal\analytics\Entity

Code

public function getWeight() {
  return $this->weight;
}