cookiepro.install in CookiePro by OneTrust 8
Same filename and directory in other branches
Uninstall functions for cookiepro module.
File
cookiepro.installView source
<?php
/**
* @file
* Uninstall functions for cookiepro module.
*/
/**
* Implements hook_uninstall().
*/
function cookiepro_uninstall() {
\Drupal::service('config.factory')
->getEditable('cookiepro.header.settings')
->delete();
}
Functions
Name | Description |
---|---|
cookiepro_uninstall | Implements hook_uninstall(). |