You are here

function vde_pdf_wkhtmltopdf_mpdf_get_module_path in Views Data Export PDF 7

Same name and namespace in other branches
  1. 7.2 modules/vde_pdf_wkhtmltopdf_mpdf/vde_pdf_wkhtmltopdf_mpdf.module \vde_pdf_wkhtmltopdf_mpdf_get_module_path()

Gets the path of this module relative to the site base.

Return value

string

File

modules/vde_pdf_wkhtmltopdf_mpdf/vde_pdf_wkhtmltopdf_mpdf.module, line 44
Functions and hooks for the "Views Data Export PDF - Renderer: wkhtmltopdf and mPDF Hybrid" module.

Code

function vde_pdf_wkhtmltopdf_mpdf_get_module_path() {
  return drupal_get_path('module', 'vde_pdf_wkhtmltopdf_mpdf');
}