auditfiles.install in Audit Files 4.x
Same filename and directory in other branches
This file is used to write install Uninstall hooks that used in the module.
File
auditfiles.installView source
<?php
/**
* @file
* This file is used to write install Uninstall hooks that used in the module.
*/
/**
* Hook_uninstall().
*/
function auditfiles_uninstall() {
\Drupal::configFactory()
->getEditable('auditfiles.settings')
->delete();
}
Functions
Name | Description |
---|---|
auditfiles_uninstall | Hook_uninstall(). |