You are here

Node import preprocess functions in Node import 6

File

./node_import.inc, line 1141
Public API of the Node import module.

Functions

Namesort descending Location Description
node_import_check_book_reference supported/book.inc Check whether the value is a book (by NID or Title).
node_import_check_boolean ./node_import.inc Check if the value is a valid boolean (1, 0, true, false, yes, no, on, off).
node_import_check_date ./node_import.inc Check if the value is a valid date.
node_import_check_email ./node_import.inc Check if the value is a valid email address.
node_import_check_filepath ./node_import.inc Check if the value points to a valid filepath.
node_import_check_node_by_path supported/path.inc Check a node by path alias.
node_import_check_node_reference ./node_import.inc Check if the value is a valid node reference (by nid or title).
node_import_check_taxonomy_term supported/taxonomy.inc Check if the value is a valid taxonomy term (by tid or name).
node_import_check_user_reference ./node_import.inc Check if the value is a valid user (by uid, name or email).
node_import_check_values ./node_import.inc Check if the value is in the list of allowed values (by key or value).
node_import_check_weight ./node_import.inc Check if the value is a valid weight (integer between -X and X).