You are here

function termcase_install in Termcase 6

Same name and namespace in other branches
  1. 7 termcase.install \termcase_install()

Implementation of hook_install()

File

./termcase.install, line 11
Install and uninstall functions for the Termcase module.

Code

function termcase_install() {
  drupal_set_message(t('You can now define Termcase settings per vocabulary on the <a href="@vocabularies">taxonomy settings</a> page.', array(
    '@vocabularies' => url('admin/content/taxonomy'),
  )));
}