You are here

function tweetbutton_views_api in Tweet Button 7

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

Implementation of hook_views_api().

File

./tweetbutton.module, line 286

Code

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