You are here

function readonlymode_install in Read only mode 8

Same name and namespace in other branches
  1. 7 readonlymode.install \readonlymode_install()

Implements hook_install().

File

./readonlymode.install, line 11
Install and update hooks for the Read Only Mode module.

Code

function readonlymode_install() {

  // Set the module weight to run as last.
  module_set_weight('readonlymode', 9999);
}