Filter: gk/gravityexport/pdf/inline-images
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id$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
| Name | Type | Description |
|---|---|---|
| $should_inline | bool | Whether to inline the image. |
| $form_id | int | The form ID. |
| $field_id | int | The field ID. |
Since
Source
Defined in add-ons/pdf-renderer/src/Rendering/InlineImages.php at line 126
Returns
Whether to inline the image.