You are here

function sms_user_views_api in SMS Framework 6.2

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

Implementation of hook_views_api().

File

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

Code

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