public function RobohashInterface::setTypeRandom in Avatar Kit 8
Sets type to random.
Will not be random for each request, rather for each identifier.
Return value
\Drupal\avatars_robohash\RobohashInterface Returns the called Robohash object for chaining.
1 method overrides RobohashInterface::setTypeRandom()
- Robohash::setTypeRandom in avatars_robohash/
src/ Robohash.php - Sets type to random.
File
- avatars_robohash/
src/ RobohashInterface.php, line 96
Class
- RobohashInterface
- Provides an interface to the Robohash.org API.
Namespace
Drupal\avatars_robohashCode
public function setTypeRandom();