You are here

monolog_logging.install in Monolog 6

Same filename and directory in other branches
  1. 7 modules/monolog_logging/monolog_logging.install

Install, update, and uninstall functions for the Monolog Logging module.

File

modules/monolog_logging/monolog_logging.install
View 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

Namesort descending Description
monolog_logging_uninstall Implements hook_uninstall().