You are here

function profile2_views_api in Profile 2 7.2

Implements hook_views_api().

File

./profile2.module, line 1674
Support for configurable user profiles.

Code

function profile2_views_api() {
  return array(
    'api' => '3.0',
    'path' => drupal_get_path('module', 'profile2') . '/views',
  );
}