You are here

function twitter_views_api in Twitter 7.6

Same name and namespace in other branches
  1. 6.5 twitter.module \twitter_views_api()
  2. 6.2 twitter.module \twitter_views_api()
  3. 6.3 twitter.module \twitter_views_api()
  4. 6.4 twitter.module \twitter_views_api()
  5. 7.3 twitter.module \twitter_views_api()
  6. 7.4 twitter.module \twitter_views_api()
  7. 7.5 twitter.module \twitter_views_api()

Implements hook_views_api().

File

./twitter.module, line 557
Provides API integration with the Twitter microblogging service.

Code

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