You are here

function cookies_base_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

help/cookies_base/cookies_base.install, line 11
Installation information for the 'Cookies Google Analytics' module.

Code

function cookies_base_install() {

  // Load module after other third-party module.
  module_set_weight('cookies_base', 11);
}