You are here

public function GravatarInterface::getRating in Avatar Kit 8

Get the rating.

Return value

string|null The set rating, or NULL if no rating.

1 method overrides GravatarInterface::getRating()
Gravatar::getRating in avatars_gravatar/src/Gravatar.php
Get the rating.

File

avatars_gravatar/src/GravatarInterface.php, line 105

Class

GravatarInterface
Provides an interface for the Gravatar.com API.

Namespace

Drupal\avatars_gravatar

Code

public function getRating();