You are here

13 calls to node_import_input_error() in Node import 6

book_node_import_values_alter in supported/book.inc
Implementation of hook_node_import_values_alter().
content_taxonomy_node_import_get_children in supported/content_taxonomy/content_taxonomy.inc
Used to contruct the lineage of terms for use by hierarchical select widget.
node_import_check_book_reference in supported/book.inc
Check whether the value is a book (by NID or Title).
node_import_check_boolean in ./node_import.inc
Check if the value is a valid boolean (1, 0, true, false, yes, no, on, off).
node_import_check_date in ./node_import.inc
Check if the value is a valid date.
node_import_check_email in ./node_import.inc
Check if the value is a valid email address.
node_import_check_filepath in ./node_import.inc
Check if the value points to a valid filepath.
node_import_check_language in supported/locale.inc
Check if the supplied value for the language field is a valid language.
node_import_check_node_reference in ./node_import.inc
Check if the value is a valid node reference (by nid or title).
node_import_check_taxonomy_term in supported/taxonomy.inc
Check if the value is a valid taxonomy term (by tid or name).
node_import_check_user_reference in ./node_import.inc
Check if the value is a valid user (by uid, name or email).
node_import_check_values in ./node_import.inc
Check if the value is in the list of allowed values (by key or value).
node_import_check_weight in ./node_import.inc
Check if the value is a valid weight (integer between -X and X).