You are here

function pdf_theme in PDF 8

Same name and namespace in other branches
  1. 6 pdf.module \pdf_theme()
  2. 7 pdf.module \pdf_theme()

Implements hook_theme().

File

./pdf.module, line 6

Code

function pdf_theme() {
  return [
    'file_pdf' => [
      'variables' => [
        'attributes' => NULL,
      ],
    ],
  ];
}