You are here

public function GravatarInterface::getFallbackType in Avatar Kit 8

Get the fallback avatar type.

Return value

string|null The fallback avatar type, or NULL to use default.

1 method overrides GravatarInterface::getFallbackType()
Gravatar::getFallbackType in avatars_gravatar/src/Gravatar.php
Get the fallback avatar type.

File

avatars_gravatar/src/GravatarInterface.php, line 60

Class

GravatarInterface
Provides an interface for the Gravatar.com API.

Namespace

Drupal\avatars_gravatar

Code

public function getFallbackType();