function data_export_import_callback_export_users in Data export import 6
Same name and namespace in other branches
- 7 includes/profiles/users.inc \data_export_import_callback_export_users()
Callback function to export users.
1 string reference to 'data_export_import_callback_export_users'
- data_export_import_users_add_items_to_menu in includes/
profiles/ users.inc - Function to add items to the main menu.
File
- includes/
profiles/ users.inc, line 43 - Enables users to be exported and imported.
Code
function data_export_import_callback_export_users() {
return drupal_get_form('data_export_import_export_users_form');
}