You are here

function cookies_matomo_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_matomo/cookies_matomo.install, line 11
Installation information for the 'Cookies Matomo' module.

Code

function cookies_matomo_install() {

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