You are here

vde_pdf_background_process.module in Views Data Export PDF 7

Functions and hooks for the Views Data Export PDF - Background Process module.

File

modules/vde_pdf_background_process/vde_pdf_background_process.module
View source
<?php

/**
 * @file
 * Functions and hooks for the Views Data Export PDF - Background Process
 * module.
 */

/**
 * Gets the path of this module relative to the site base.
 *
 * @return string
 */
function vde_pdf_background_process_get_module_path() {
  return drupal_get_path('module', 'vde_pdf_background_process');
}

Functions

Namesort descending Description
vde_pdf_background_process_get_module_path Gets the path of this module relative to the site base.