Skip to main content

Filter: gk/gravityexport/pdf/header

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gk/gravityexport/pdf/header (base hook)
  • gk/gravityexport/pdf/header_1 (with first modifier value)

Modify the PDF header HTML.

Parameters

NameTypeDescription
$headerstring[]The HTMLs.
$mpdf_variablesstring[]Mapping of available PDF variables.
$formarrayThe form object.

Since

  • $ver$: $ver$

Source

Defined in add-ons/pdf-renderer/src/Plugin.php at line 488