You are here

function twitter_views_api in Twitter 6.3

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.4 twitter.module \twitter_views_api()
  4. 7.6 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()

Implementation of hook_views_api. Notifies the Views module that we're compatible with a particular API revision.

File

./twitter.module, line 276

Code

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