You are here

function token_node_import_postprocess in Node import 6

Implementation of hook_node_import_postprocess().

File

supported/token/token.inc, line 11
Support file for the token module.

Code

function token_node_import_postprocess($type, $values, $options, $preview) {
  if (($node_type = node_import_type_is_node($type)) !== FALSE) {
    token_get_values('global', NULL, TRUE);
  }
}