You are here

function cookiepro_uninstall in CookiePro by OneTrust 2.x

Same name and namespace in other branches
  1. 8 cookiepro.install \cookiepro_uninstall()
  2. 7 cookiepro.install \cookiepro_uninstall()

Implements hook_uninstall().

File

./cookiepro.install, line 11
Uninstall functions for cookiepro module.

Code

function cookiepro_uninstall() {
  \Drupal::service('config.factory')
    ->getEditable('cookiepro.header.settings')
    ->delete();
}