You are here

token.inc in Node import 6

Support file for the token module.

File

supported/token/token.inc
View source
<?php

/**
 * @file
 * Support file for the token module.
 */

/**
 * Implementation of hook_node_import_postprocess().
 */
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);
  }
}

Functions