logs_http.install in Logs HTTP 7
Same filename and directory in other branches
Install, update and uninstall functions for the Logs HTTP module.
File
logs_http.installView 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
Name | Description |
---|---|
logs_http_uninstall | Implements hook_uninstall(). |