You are here

function cookies_video_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_video/cookies_video.install, line 11
Installation information for the 'Cookies Video' module.

Code

function cookies_video_install() {

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