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\EntityCode
public function getWeight() : int {
return $this->weight;
}