diff options
Diffstat (limited to 'doc/en/hook/identity_basic_export.bb')
-rw-r--r-- | doc/en/hook/identity_basic_export.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/hook/identity_basic_export.bb b/doc/en/hook/identity_basic_export.bb new file mode 100644 index 000000000..71329ba1e --- /dev/null +++ b/doc/en/hook/identity_basic_export.bb @@ -0,0 +1,10 @@ +[h2]identity_basic_export[/h2] + +Called when exporting data for a channel +Passed array contains + + [ + 'channel_id' => channel_id being exported + 'sections' => array of functional export sections which are being exported + 'data' => the export data array which has been generated + ] |