You are here

API.txt in User Import 6.2

Same filename and directory in other branches
  1. 8 API.txt
  2. 6.4 API.txt
  3. 7.3 API.txt
  4. 7 API.txt
  5. 7.2 API.txt

Overview
========

Import users into Drupal from a csv file (comma separated file).

See files in user_import/supported/ for examples of the API in use.

hook_user_import_form_field_match()
===========================================
Add options to list of Drupal fields to match against column of data being imported.


hook_user_import_form_update_user()
===========================================
Add options to the import settings form.


hook_user_import_data()
===========================================
Manipulate imported data before creating or amending user accounts.


hook_user_import_after_save()
===========================================
Take action(s) after each user account is created or amended.
 

File

API.txt
View source
  1. Overview
  2. ========
  3. Import users into Drupal from a csv file (comma separated file).
  4. See files in user_import/supported/ for examples of the API in use.
  5. hook_user_import_form_field_match()
  6. ===========================================
  7. Add options to list of Drupal fields to match against column of data being imported.
  8. hook_user_import_form_update_user()
  9. ===========================================
  10. Add options to the import settings form.
  11. hook_user_import_data()
  12. ===========================================
  13. Manipulate imported data before creating or amending user accounts.
  14. hook_user_import_after_save()
  15. ===========================================
  16. Take action(s) after each user account is created or amended.