public function AvatarKitEntityMapInterface::setFieldName in Avatar Kit 8.2
Set the field name.
Parameters
string|null $field_name: The field name.
Return value
$this This entity mapping for chaining.
1 method overrides AvatarKitEntityMapInterface::setFieldName()
- AvatarKitEntityMap::setFieldName in src/
Entity/ AvatarKitEntityMap.php - Set the field name.
File
- src/
Entity/ AvatarKitEntityMapInterface.php, line 29
Class
- AvatarKitEntityMapInterface
- Provides interface for Avatar Kit field mapping entity.
Namespace
Drupal\avatars\EntityCode
public function setFieldName(?string $field_name);