Filter: gk/gravityexport/notification/attachment-ids
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gk/gravityexport/notification/attachment-ids(base hook)gk/gravityexport/notification/attachment-ids_1(with first modifier value)
Modifies the notification IDs the single-entry export is attached to.
Parameters
| Name | Type | Description |
|---|---|---|
| $ids | string[] | The selected notification IDs. |
| $form_id | int | The form ID. |
Since
- 2.7.0
Source
Defined in src/Repository/FormsRepository.php at line 129