Skip to main content

Filter: gk/gravityexport/pdf/inline-images

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id
  2. $field_id

Example hook names:

  • gk/gravityexport/pdf/inline-images (base hook)
  • gk/gravityexport/pdf/inline-images_1 (with first modifier value)
  • gk/gravityexport/pdf/inline-images_1_2 (with all modifier values)

Modify whether the images should be inlined.

Parameters

NameTypeDescription
$should_inlineboolWhether to inline the image.
$form_idintThe form ID.
$field_idintThe field ID.

Since

Source

Defined in add-ons/pdf-renderer/src/Rendering/InlineImages.php at line 126

Returns

Whether to inline the image.