You are here

function easy_social_views_api in Easy Social 7.2

Implements hook_views_api().

File

./easy_social.module, line 39
Easy social module.

Code

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