SocialPostHelperInterface.php in Open Social 10.1.x
Namespace
Drupal\social_post\ServiceFile
modules/social_features/social_post/src/Service/SocialPostHelperInterface.phpView source
<?php
namespace Drupal\social_post\Service;
/**
* Interface SocialPostHelperInterface.
*
* @package Drupal\social_post\Service
*/
interface SocialPostHelperInterface {
/**
* Gets image of the user profile.
*
* @return array|null
* The renderable data.
*/
public function buildCurrentUserImage();
}
Interfaces
Name | Description |
---|---|
SocialPostHelperInterface | Interface SocialPostHelperInterface. |