You are here

social_content_soundcloud.module in Social Content 7.2

Social Content: SoundCloud module.

File

modules/soundcloud/social_content_soundcloud.module
View source
<?php

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

/**
 * Implements hook_social_content_class_info().
 */
function social_content_soundcloud_social_content_class_info() {
  return array(
    'soundcloud' => 'SocialContentSoundCloud',
  );
}