You are here

function pathauto_i18n_install in Pathauto i18n 8

Implements hook_install().

File

./pathauto_i18n.install, line 11
Install, update and uninstall functions for the Pathauto i18n module.

Code

function pathauto_i18n_install() {

  // Set the weight to 0.
  module_set_weight('pathauto_i18n', 5);
}