You are here

public function SocialPostHelperInterface::buildCurrentUserImage in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface::buildCurrentUserImage()
  2. 10.0.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface::buildCurrentUserImage()
  3. 10.1.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface::buildCurrentUserImage()

Gets image of the user profile.

Return value

array|null The renderable data.

1 method overrides SocialPostHelperInterface::buildCurrentUserImage()
SocialPostHelper::buildCurrentUserImage in modules/social_features/social_post/src/Service/SocialPostHelper.php
Gets image of the user profile.

File

modules/social_features/social_post/src/Service/SocialPostHelperInterface.php, line 18

Class

SocialPostHelperInterface
Interface SocialPostHelperInterface.

Namespace

Drupal\social_post\Service

Code

public function buildCurrentUserImage();