You are here

function pathauto_i18n_node_node_insert in Pathauto i18n 8

Same name and namespace in other branches
  1. 7 modules/pathauto_i18n_node/pathauto_i18n_node.module \pathauto_i18n_node_node_insert()

Implements hook_node_insert().

File

modules/pathauto_i18n_node/pathauto_i18n_node.module, line 19
Provides tools for creating multilanguage aliases for nodes.

Code

function pathauto_i18n_node_node_insert($node) {
  pathauto_i18n_init_property($node, 'node', $node->type);
  pathauto_i18n_process_entity_object($node, 'node', $node->path['pathauto_i18n_status'], 'insert');
}