You are here

function social_content_soundcloud_social_content_class_info in Social Content 7.2

Implements hook_social_content_class_info().

File

modules/soundcloud/social_content_soundcloud.module, line 10
Social Content: SoundCloud module.

Code

function social_content_soundcloud_social_content_class_info() {
  return array(
    'soundcloud' => 'SocialContentSoundCloud',
  );
}