You are here

function data_export_import_callback_import_nodes in Data export import 7

Callback function to import nodes.

1 string reference to 'data_export_import_callback_import_nodes'
data_export_import_menu in ./data_export_import.module
Implements hook_menu().

File

includes/profiles/nodes.inc, line 424
Enables nodes to be exported and imported.

Code

function data_export_import_callback_import_nodes() {
  return drupal_get_form('data_export_import_import_nodes_form');
}