You are here

function node_export_drupal_action_form in Node export 7.3

Callback for actions.

File

formats/drupal.inc, line 51
The Node export Drupal format handler.

Code

function node_export_drupal_action_form($context, &$form_state) {
  return node_export_action_form($context, $form_state, 'drupal');
}