You are here

cookies_facebook_pixel.install in COOKiES Consent Management 1.0.x

Installation information for the 'COOKiES Facebook Pixel' module.

File

modules/cookies_facebook_pixel/cookies_facebook_pixel.install
View source
<?php

/**
 * @file
 * Installation information for the 'COOKiES Facebook Pixel' module.
 */

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

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

Functions