You are here

public function AvatarKitService::getWeight in Avatar Kit 8.2

Returns the weight.

Return value

int The weight of this avatar service.

Overrides AvatarKitServiceInterface::getWeight

File

src/Entity/AvatarKitService.php, line 98

Class

AvatarKitService
Defines storage for an avatar service instance.

Namespace

Drupal\avatars\Entity

Code

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