You are here

function tweetbutton_views_api in Tweet Button 6

Same name and namespace in other branches
  1. 7 tweetbutton.module \tweetbutton_views_api()

Implementation of hook_views_api()

File

./tweetbutton.module, line 199

Code

function tweetbutton_views_api() {
  return array(
    'api' => 2.0,
  );
}