You are here

function social_content_picasa_social_content_class_info in Social Content 7.2

Implements hook_social_content_class_info().

File

modules/picasa/social_content_picasa.module, line 10
Social Content: Picasa module.

Code

function social_content_picasa_social_content_class_info() {
  return array(
    'picasa' => 'SocialContentPicasa',
  );
}