You are here

function content_profile_realname_get_types in Real Name 6

File

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

Code

function content_profile_realname_get_types() {
  return content_profile_get_types('names');
}