You are here

function externalauth_install in External Authentication 2.0.x

Same name and namespace in other branches
  1. 8 externalauth.install \externalauth_install()

Implements hook_install().

File

./externalauth.install, line 13
Install, update and uninstall functions for the externalauth module.

Code

function externalauth_install() {

  // Increase module weight to perform the authmap cleanup later.
  module_set_weight('externalauth', 10);
}