pdf.module in PDF 8
Same filename and directory in other branches
File
pdf.moduleView source
<?php
/**
* Implements hook_theme().
*/
function pdf_theme() {
return [
'file_pdf' => [
'variables' => [
'attributes' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
pdf_theme | Implements hook_theme(). |