You are here

function sms_user_views_api in SMS Framework 7

Same name and namespace in other branches
  1. 6.2 modules/sms_user/sms_user.module \sms_user_views_api()

Implements hook_views_api().

File

modules/sms_user/sms_user.module, line 1157
Provides integration between the SMS Framework and Drupal users.

Code

function sms_user_views_api() {
  return array(
    'api' => 2,
  );
}