You are here

commerce_invoice_pdf.install in Commerce Invoice 7.2

Install and uninstall functions for the Commerce Invoice PDF module.

File

modules/pdf/commerce_invoice_pdf.install
View source
<?php

/**
 * @file
 * Install and uninstall functions for the Commerce Invoice PDF module.
 */

/**
 * Implements hook_uninstall().
 */
function commerce_invoice_pdf_uninstall() {
  variable_del('commerce_invoice_pdf_css_files');
}

Functions