You are here

function tweet_views_api in Tweet 7.4

Implements hook_views_api().

File

./tweet.module, line 381
Builds links to post pages to Twitter API sites.

Code

function tweet_views_api() {
  return array(
    'api' => '2',
    'path' => drupal_get_path('module', 'tweet'),
  );
}