You are here

function cookies_ivw_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_ivw/cookies_ivw.install, line 11
Installation information for the 'Cookies IVW' module.

Code

function cookies_ivw_install() {

  // Load cookies_ivw module after the third-party library.
  module_set_weight('cookies_ivw', 11);
}