You are here

function profile_user_import_form_field_match in User Import 5.2

Same name and namespace in other branches
  1. 8 supported/profile.inc \profile_user_import_form_field_match()
  2. 5 supported/profile.inc \profile_user_import_form_field_match()
  3. 6.4 supported/profile.inc \profile_user_import_form_field_match()
  4. 6.2 supported/profile.inc \profile_user_import_form_field_match()
  5. 7 supported/profile.inc \profile_user_import_form_field_match()
  6. 7.2 supported/profile.inc \profile_user_import_form_field_match()

Implementation of hook_user_import_form_field_match().

File

supported/profile.inc, line 6

Code

function profile_user_import_form_field_match() {
  $fields = _user_import_profile('fid', 'title');
  $options['profile'] = $fields;
  return $options;
}