public function AvatarKitEntityMapInterface::getFieldName in Avatar Kit 8.2
Get field name.
Return value
string|null The field name.
1 method overrides AvatarKitEntityMapInterface::getFieldName()
- AvatarKitEntityMap::getFieldName in src/
Entity/ AvatarKitEntityMap.php - Get field name.
File
- src/
Entity/ AvatarKitEntityMapInterface.php, line 18
Class
- AvatarKitEntityMapInterface
- Provides interface for Avatar Kit field mapping entity.
Namespace
Drupal\avatars\EntityCode
public function getFieldName() : ?string;