You are here

function fb_autopost_entity_views_api in Facebook Autopost 7

Implements hook_views_api().

File

fb_autopost_entity/fb_autopost_entity.module, line 666
Module implementation file

Code

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