You are here

public static function GravatarInterface::getFallbackTypes in Avatar Kit 8

Valid fallback types for when 'gravatar' is the primary type.

Return value

string[] An array of fallback avatar types.

1 method overrides GravatarInterface::getFallbackTypes()
Gravatar::getFallbackTypes in avatars_gravatar/src/Gravatar.php
Valid fallback types for when 'gravatar' is the primary type.

File

avatars_gravatar/src/GravatarInterface.php, line 52

Class

GravatarInterface
Provides an interface for the Gravatar.com API.

Namespace

Drupal\avatars_gravatar

Code

public static function getFallbackTypes();