You are here

forena_pdf.install in Forena Reports 7.3

Same filename and directory in other branches
  1. 7.5 forena_pdf.install
  2. 7.4 forena_pdf.install

Forena PDF installation

File

forena_pdf.install
View source
<?php

/**
 * @file
 * Forena PDF installation
 */

/**
 * Implementation of hook_uninstall
 */
function forena_pdf_uninstall() {
  variable_del('forena_pdf_disable_links');
  variable_del('forena_pdf_generator');
  variable_del('fornea_pdf_prince_path');
}

Functions

Namesort descending Description
forena_pdf_uninstall Implementation of hook_uninstall