You are here

function trailing_slash_install in Trailing Slash 8

Implements hook_install().

File

./trailing_slash.install, line 8

Code

function trailing_slash_install() {

  // To be executed after ServiceProvider.
  module_set_weight('trailing_slash', 1);
}