Skip to main content

Filter: gk/gravityexport/save/settings

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $this->getId()

Example hook names:

  • gk/gravityexport/save/settings (base hook)
  • gk/gravityexport/save/settings_1 (with first modifier value)

Modify the feed metadata.

Parameters

NameTypeDescription
$metaarrayThe feed metadata.
$storageType\FlySystemStorageTypeThe storage type instance.
$feedarray|nullThe feed configuration.

Since

Source

Defined in add-ons/save/src/StorageType/FlySystemStorageType.php at line 165