You are here

public function FrameworkInterface::userPictureFilename in Realistic Dummy Content 8.2

Same name and namespace in other branches
  1. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::userPictureFilename()

Return the filename of a user picture.

Parameters

object $user: A Drupal user object.

Return value

string A string representing the filename of the user picture if possible.

File

api/src/Framework/FrameworkInterface.php, line 269

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function userPictureFilename($user);