You are here

function drupagram_views_api in Drupagram 7

Same name and namespace in other branches
  1. 6 drupagram.module \drupagram_views_api()

Implements hook_views_api().

File

./drupagram.module, line 321
Provides API integration with the Instagram microblogging service.

Code

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