public function AvatarKitServiceInterface::getWeight in Avatar Kit 8.2
Returns the weight.
Return value
int The weight of this avatar service.
1 method overrides AvatarKitServiceInterface::getWeight()
- AvatarKitService::getWeight in src/
Entity/ AvatarKitService.php - Returns the weight.
File
- src/
Entity/ AvatarKitServiceInterface.php, line 20
Class
- AvatarKitServiceInterface
- Defines interface for avatar service entities.
Namespace
Drupal\avatars\EntityCode
public function getWeight() : int;