8 uses of NODE_IMPORT_STATUS_DONE in Node import 6
- NodeImportNode::testBasicNode in tests/
supported/ node.test - Test import of basic node.
- NodeImportTestCase::assertRowStatusDONE in tests/
NodeImportTestCase.php - Check to see if the row status is NODE_IMPORT_STATUS_DONE.
- NodeImportTestCase::nodeImportDoAllTasks in tests/
NodeImportTestCase.php - Finish all pending import tasks.
- node_import_delete_form in ./
node_import.admin.inc - Delete a task.
- node_import_do_task in ./
node_import.inc - Import a number of rows from the specified task. Should only be called from within hook_cron() or from a JS callback as this function may take a long time.
- node_import_list_tasks_form in ./
node_import.admin.inc - Lists the available import tasks and shows their progress.
- node_import_view_form in ./
node_import.admin.inc - View a task and its progress.
- node_import_view_form_submit_download in ./
node_import.admin.inc