You are here

function social_content_views_api in Social Content 7.2

Implements hook_views_api().

File

./social_content.module, line 252
Social Content module.

Code

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