function fillpdf_build_filename in FillPDF 7.2
Same name and namespace in other branches
- 7 fillpdf.module \fillpdf_build_filename()
File
- ./
fillpdf.module, line 807 - Allows mappings of PDFs to site content
Code
function fillpdf_build_filename($original, $token_objects) {
return _fillpdf_process_filename($original, $token_objects);
}