Skip to main content

Filter: gk/gravityexport/notification/attachment-ids

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $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

NameTypeDescription
$idsstring[]The selected notification IDs.
$form_idintThe form ID.

Since

  • 2.7.0

Source

Defined in src/Repository/FormsRepository.php at line 129