You are here

pdf.module in PDF 8

Same filename and directory in other branches
  1. 6 pdf.module
  2. 7 pdf.module

File

pdf.module
View source
<?php

/**
 * Implements hook_theme().
 */
function pdf_theme() {
  return [
    'file_pdf' => [
      'variables' => [
        'attributes' => NULL,
      ],
    ],
  ];
}

Functions

Namesort descending Description
pdf_theme Implements hook_theme().