background_batch.install in Background Process 7
Same filename and directory in other branches
This is the installation file for the Background Batch submodule
File
background_batch/background_batch.installView source
<?php
/**
* @file
* This is the installation file for the Background Batch submodule
*/
/**
* Implements hook_uninstall().
*/
function background_batch_uninstall() {
// Removing used variables.
variable_del('background_batch_delay');
variable_del('background_batch_process_lifespan');
variable_del('background_batch_show_eta');
}
Functions
Name | Description |
---|---|
background_batch_uninstall | Implements hook_uninstall(). |