You are here

function theme_webform2pdf_pdf_content in Webform2PDF 6

Same name and namespace in other branches
  1. 6.2 webform2pdf.module \theme_webform2pdf_pdf_content()
  2. 7.4 includes/webform2pdf.theme.inc \theme_webform2pdf_pdf_content()
  3. 7.3 webform2pdf.module \theme_webform2pdf_pdf_content()
3 theme calls to theme_webform2pdf_pdf_content()
theme_webform2pdf_mail2pdf in ./webform2pdf.module
webform2pdf_download_pdf_form_submit in ./webform2pdf.module
webform2pdf_submission_download_pdf in ./webform2pdf.module

File

./webform2pdf.module, line 1777

Code

function theme_webform2pdf_pdf_content(&$pdf, &$node, &$template, &$tokens) {
  return _webform2pdf_pdf_content($pdf, $node, $template, $tokens);
}