vde_pdf_background_process.module in Views Data Export PDF 7
Same filename and directory in other branches
Functions and hooks for the Views Data Export PDF - Background Process module.
File
modules/vde_pdf_background_process/vde_pdf_background_process.moduleView 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
Name![]() |
Description |
---|---|
vde_pdf_background_process_get_module_path | Gets the path of this module relative to the site base. |