You are here

function pathauto_i18n_user_user_delete in Pathauto i18n 8

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

Implements hook_user_delete().

File

modules/pathauto_i18n_user/pathauto_i18n_user.module, line 54
Provides tools for creating multilanguage aliases for users.

Code

function pathauto_i18n_user_user_delete($account) {
  pathauto_i18n_delete_settings($account->uid, 'user');
}