You are here

function sf_user_views_api in Salesforce Suite 6.2

Implementation of hook_views_api().

File

sf_user/sf_user.module, line 798
Integrates the core user object and profile module with the Salesforce API.

Code

function sf_user_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'sf_user') . '/includes',
  );
}