public function AvatarKitEntityMap::getFieldName in Avatar Kit 8.2
Get field name.
Return value
string|null The field name.
Overrides AvatarKitEntityMapInterface::getFieldName
File
- src/
Entity/ AvatarKitEntityMap.php, line 61
Class
- AvatarKitEntityMap
- Defines the Avatar Kit field mapping entity.
Namespace
Drupal\avatars\EntityCode
public function getFieldName() : ?string {
return $this->field_name;
}