You are here

function fb_social_views_api in Facebook social plugins integration 7.2

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

Implements hook_views_api().

File

./fb_social.module, line 809

Code

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