public function AvatarPreviewInterface::getScope in Avatar Kit 8
Gets the scope of the avatar preview.
Return value
int Value of a \Drupal\avatars\AvatarPreviewInterface::SCOPE_* constant.
1 method overrides AvatarPreviewInterface::getScope()
- AvatarPreview::getScope in src/
Entity/ AvatarPreview.php - Gets the scope of the avatar preview.
File
- src/
AvatarPreviewInterface.php, line 143
Class
- AvatarPreviewInterface
- Provides an interface for the avatar preview entity.
Namespace
Drupal\avatarsCode
public function getScope();