You are here

Functions in User Import Framework 6

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_uif_form_help ./uif.admin.inc Theme function for import form help.
theme_uif_preview_one_user ./uif.admin.inc Theme preview of a single user.
theme_uif_preview_users ./uif.admin.inc Theme preview of all users.
uif_add_line_number ./uif.admin.inc Prepend the line number on the error. 1
uif_batch_import_users ./uif.admin.inc Batch import all users. 1
uif_batch_import_users_finished ./uif.admin.inc User import batch completion. 1
uif_batch_import_users_process ./uif.admin.inc User import batch processing. 1
uif_clean_and_key_row ./uif.admin.inc Trim all elements of $row, and pad $row out to the number of columns in the $header. Then replace keys in $row with $header values. 1
uif_clean_value ./uif.admin.inc Check that input is UTF-8. 1
uif_create_user ./uif.admin.inc Create a new user. 1
uif_import_form ./uif.admin.inc User import multi-part form. 1
uif_import_form_back ./uif.admin.inc Return user to starting point on template multi-form. 1
uif_import_form_submit ./uif.admin.inc Form submission handler.
uif_import_form_validate ./uif.admin.inc Validate the import data.
uif_import_user ./uif.admin.inc Import one user. 1
uif_init ./uif.module Implementation of hook_init()
uif_install ./uif.install Implementation of hook_install().
uif_menu ./uif.module Implementation of hook_menu().
uif_normalize_header ./uif.admin.inc Normalize the header columns. 1
uif_perm ./uif.module Implementation of hook_perm().
uif_row_has_data ./uif.admin.inc Is there data in the row? 1
uif_theme ./uif.module Implementation of hook_theme().
uif_uif_validate_header ./uif.admin.inc Implementation of hook_uif_validate_header().
uif_uif_validate_user ./uif.admin.inc Implementation of hook_uif_validate_user().
uif_uninstall ./uif.install Implementation of hook_uninstall().
uif_unique_username ./uif.admin.inc Given a starting point for a Drupal username (e.g. the name portion of an email address) return a legal, unique Drupal username. 1
uif_update_user ./uif.admin.inc Update an existing user. 1
uif_validate_user_file ./uif.admin.inc Read the user import file and validate on the way. 1

Other projects