You are here

function path_redirect_install in Path redirect 6

Same name and namespace in other branches
  1. 5 path_redirect.install \path_redirect_install()

Implement hook_install().

File

./path_redirect.install, line 75
Install and uninstall schema and functions for the path_redirect module.

Code

function path_redirect_install() {
  drupal_install_schema('path_redirect');
}