You are here

function cookies_ga_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_ga/cookies_ga.install, line 11
Installation information for the 'Cookies Google Analytics' module.

Code

function cookies_ga_install() {

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