5 * Hooks provided by Bundle copy.
14 * Implements hook_bundle_copy_info().
16 * Return info for bundle copy. The first key is
17 * the name of the entity_type.
19 function hook_bundle_copy_info() {
22 'bundle_export_callback' => 'node_type_get_type',
23 'bundle_save_callback' => 'node_type_save',
24 'export_menu' => array(
25 'path' => 'admin/structure/types/export',
26 'access arguments' => 'administer content types',
28 'import_menu' => array(
29 'path' => 'admin/structure/types/import',
30 'access arguments' => 'administer content types',
37 * @} End of "addtogroup hooks".