You are here

interface SocialPostHelperInterface 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
  2. 10.0.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface
  3. 10.1.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface

Interface SocialPostHelperInterface.

@package Drupal\social_post\Service

Hierarchy

Expanded class hierarchy of SocialPostHelperInterface

All classes that implement SocialPostHelperInterface

File

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

Namespace

Drupal\social_post\Service
View source
interface SocialPostHelperInterface {

  /**
   * Gets image of the user profile.
   *
   * @return array|null
   *   The renderable data.
   */
  public function buildCurrentUserImage();

}

Members

Namesort descending Modifiers Type Description Overrides
SocialPostHelperInterface::buildCurrentUserImage public function Gets image of the user profile. 1