You are here

function pathauto_i18n_node_node_delete 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_delete()

Implements hook_node_delete().

File

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

Code

function pathauto_i18n_node_node_delete($node) {
  pathauto_i18n_delete_settings($node->nid, 'node');
}