You are here

function acb_install in Access Control Bridge 8

Same name and namespace in other branches
  1. 7 acb.install \acb_install()

Implements hook_install().

File

./acb.install, line 25
Installation file containing install hooks.

Code

function acb_install() {

  // Set module weight to ensure its hooks are called last.
  // @TODO: test.
  module_set_weight('acb', 500);
}