function pcp_views_api in Profile Complete Percent 7
Implements hook_views_api().
File
- ./
pcp.module, line 54 - Allows users with valid permissions to tag profile fields (core fields or Profile2 fields) for a users profile to be considered complete.
Code
function pcp_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'pcp') . '/includes',
);
}