You are here

function fb_social_views_api in Facebook social plugins integration 6.2

Same name and namespace in other branches
  1. 7.2 fb_social.module \fb_social_views_api()

Implements hook_views_api().

File

./fb_social.module, line 754

Code

function fb_social_views_api() {
  return array(
    'api' => 2,
  );
}