You are here

public function Gravatar::getFallbackType in Avatar Kit 8

Get the fallback avatar type.

Return value

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

Overrides GravatarInterface::getFallbackType

File

avatars_gravatar/src/Gravatar.php, line 105

Class

Gravatar
Implements the Gravatar.com API.

Namespace

Drupal\avatars_gravatar

Code

public function getFallbackType() {
  return $this->fallbackType;
}