You are here

function sms_track_views_api in SMS Framework 7

Same name and namespace in other branches
  1. 6.2 modules/sms_track/sms_track.module \sms_track_views_api()
  2. 6 modules/sms_track/sms_track.module \sms_track_views_api()

Implements hook_views_api().

File

modules/sms_track/sms_track.module, line 310
Message tracking feature module for Drupal SMS Framework.

Code

function sms_track_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'sms_track') . '/views',
  );
}