You are here

social_content_facebook.module in Social Content 7.2

Same filename and directory in other branches
  1. 7 modules/facebook/social_content_facebook.module

Social Content: Facebook module.

File

modules/facebook/social_content_facebook.module
View source
<?php

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

/**
 * Implements hook_social_content_class_info().
 */
function social_content_facebook_social_content_class_info() {
  return array(
    'facebook' => 'SocialContentFacebook',
  );
}