You are here

function cookies_gtag_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_gtag/cookies_gtag.install, line 11
Installation information for the 'Cookies GTAG' module.

Code

function cookies_gtag_install() {

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