errorlog.install in Logging and alerts 8
Same filename and directory in other branches
Install, update and uninstall functions for the errorlog module.
File
errorlog/errorlog.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the errorlog module.
*/
/**
* Implements hook_uninstall().
*/
function errorlog_uninstall() {
\Drupal::configFactory()
->getEditable('errorlog.settings')
->delete();
}
Functions
Name | Description |
---|---|
errorlog_uninstall | Implements hook_uninstall(). |