You are here

function content_profile_realname in Real Name 6

Implementation of hook_realname().

File

./realname_content_profile.inc, line 10
Realname module support for Content Profile module.

Code

function content_profile_realname() {
  return array(
    'name' => 'Content Profile',
    'types' => TRUE,
    'fields' => TRUE,
    'file' => 'realname_content_profile.inc',
    'path' => drupal_get_path('module', 'realname'),
  );
}