You are here

protected function EntityAvatarIdentifier::entityFieldHandler in Avatar Kit 8.2

Get the entity field handler service.

Return value

\Drupal\avatars\AvatarKitEntityFieldHandlerInterface The entity field handler service.

File

src/EntityAvatarIdentifier.php, line 83

Class

EntityAvatarIdentifier
An entity identifier.

Namespace

Drupal\avatars

Code

protected function entityFieldHandler() : AvatarKitEntityFieldHandlerInterface {
  return \Drupal::service('avatars.entity.field_handler');
}