You are here

SocialPostHelperInterface.php in Open Social 10.2.x

File

modules/social_features/social_post/src/Service/SocialPostHelperInterface.php
View 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

Namesort descending Description
SocialPostHelperInterface Interface SocialPostHelperInterface.