You are here

cookies_base.install in COOKiES Consent Management 1.0.x

Installation information for the 'Cookies Google Analytics' module.

File

help/cookies_base/cookies_base.install
View source
<?php

/**
 * @file
 * Installation information for the 'Cookies Google Analytics' module.
 */

/**
 * Implements hook_install().
 */
function cookies_base_install() {

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

Functions

Namesort descending Description
cookies_base_install Implements hook_install().