You are here

function title_install in Title 7

Implements hook_install().

File

./title.install, line 21
Installation functions for the Title module.

Code

function title_install() {

  // Make (reasonably) sure that title_module_implements_alter() is invoked as
  // last so we can determine the priority of our hook implementations reliably.
  _title_install_set_weight(100);
}