You are here

function social_content_vk_social_content_class_info in Social Content 7.2

Implements hook_social_content_class_info().

File

modules/vk/social_content_vk.module, line 10
Social Content: VK module.

Code

function social_content_vk_social_content_class_info() {
  return array(
    'vk' => 'SocialContentVK',
  );
}