You are here

social_content_linkedin.module in Social Content 7.2

Social Content: Linkedin module.

File

modules/linkedin/social_content_linkedin.module
View source
<?php

/**
 * @file
 * Social Content: Linkedin module.
 */

/**
 * Implements hook_social_content_class_info().
 */
function social_content_linkedin_social_content_class_info() {
  return array(
    'linkedin' => 'SocialContentLinkedin',
  );
}