You are here

background_batch.install in Background Process 7

This is the installation file for the Background Batch submodule

File

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

Namesort descending Description
background_batch_uninstall Implements hook_uninstall().