You are here

logs_http.install in Logs HTTP 7

Same filename and directory in other branches
  1. 8 logs_http.install

Install, update and uninstall functions for the Logs HTTP module.

File

logs_http.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Logs HTTP module.
 */

/**
 * Implements hook_uninstall().
 */
function logs_http_uninstall() {
  variable_del('logs_http_url');
  variable_del('logs_http_enabled');
  variable_del('logs_severity_level');
  variable_del('logs_http_uuid');
}

Functions

Namesort descending Description
logs_http_uninstall Implements hook_uninstall().