function pdf_theme in PDF 8
Same name and namespace in other branches
- 6 pdf.module \pdf_theme()
- 7 pdf.module \pdf_theme()
Implements hook_theme().
File
- ./
pdf.module, line 6
Code
function pdf_theme() {
return [
'file_pdf' => [
'variables' => [
'attributes' => NULL,
],
],
];
}