You are here

function social_content_youtube_social_content_class_info in Social Content 7.2

Implements hook_social_content_class_info().

File

modules/youtube/social_content_youtube.module, line 10
Social Content: Youtube module.

Code

function social_content_youtube_social_content_class_info() {
  return array(
    'youtube' => 'SocialContentYoutube',
  );
}