You are here

function node_export_json_action_form in Node export 7.3

Callback for actions.

File

formats/json.inc, line 61
The Node export JSON format handler.

Code

function node_export_json_action_form($context, &$form_state) {
  return node_export_action_form($context, $form_state, 'json');
}