Node import constants in Node import 6
The constants are used in {node_import_tasks} and {node_import_status} database tables to specify the status of either the complete task or one individual row.
File
- ./
node_import.inc, line 23 - Public API of the Node import module.
Constants
Name | Location | Description |
---|---|---|
NODE_IMPORT_MINIMUM_DRUPAL |
./ |
Minimum Drupal version Node import will work with. |
NODE_IMPORT_STATUS_DONE |
./ |
Status finished. |
NODE_IMPORT_STATUS_ERROR |
./ |
Status error. |
NODE_IMPORT_STATUS_PENDING |
./ |
Status pending. |