function tweetbutton_views_api in Tweet Button 6
Same name and namespace in other branches
- 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,
);
}