monolog_logging.install in Monolog 6
Same filename and directory in other branches
Install, update, and uninstall functions for the Monolog Logging module.
File
modules/monolog_logging/monolog_logging.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for the Monolog Logging module.
*/
/**
* Implements hook_uninstall().
*/
function monolog_logging_uninstall() {
variable_del('monolog_logging_contexts');
variable_del('monolog_type_as_channel');
}
Functions
Name | Description |
---|---|
monolog_logging_uninstall | Implements hook_uninstall(). |