You are here

function data_export_import_callback_export_users in Data export import 7

Same name and namespace in other branches
  1. 6 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_menu in ./data_export_import.module
Implements hook_menu().

File

includes/profiles/users.inc, line 10
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');
}