function data_export_import_callback_export_nodes in Data export import 7
Callback function to export nodes.
1 string reference to 'data_export_import_callback_export_nodes'
- data_export_import_menu in ./
data_export_import.module - Implements hook_menu().
File
- includes/
profiles/ nodes.inc, line 10 - Enables nodes to be exported and imported.
Code
function data_export_import_callback_export_nodes() {
return drupal_get_form('data_export_import_export_nodes_form');
}