interface SocialPostHelperInterface in Open Social 10.1.x
Same name and namespace in other branches
- 10.3.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface
- 10.0.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface
- 10.2.x modules/social_features/social_post/src/Service/SocialPostHelperInterface.php \Drupal\social_post\Service\SocialPostHelperInterface
Interface SocialPostHelperInterface.
@package Drupal\social_post\Service
Hierarchy
- interface \Drupal\social_post\Service\SocialPostHelperInterface
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\ServiceView source
interface SocialPostHelperInterface {
/**
* Gets image of the user profile.
*
* @return array|null
* The renderable data.
*/
public function buildCurrentUserImage();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SocialPostHelperInterface:: |
public | function | Gets image of the user profile. | 1 |