add new process api to fetch the data from submissions and save to various tables...
authorKurund Jalmi <kurundjalmi@thirdsectordesign.org>
Mon, 14 Aug 2023 16:34:05 +0000 (17:34 +0100)
committerKurund Jalmi <kurundjalmi@thirdsectordesign.org>
Wed, 6 Dec 2023 00:23:33 +0000 (00:23 +0000)
commit1a5485fe5d9edcde5410c0ac4db3e3470c020bb2
treebfb03e8b3691df28030bfc8c4d1135e802a49d70
parentb40c8a0e381fc192b5887ffca8f60a2be3872106
add new process api to fetch the data from submissions and save to various tables in Civi
ext/afform/core/Civi/Afform/Event/AfformSubmitEvent.php
ext/afform/core/Civi/Api4/Action/Afform/AbstractProcessor.php
ext/afform/core/Civi/Api4/Action/Afform/Process.php [new file with mode: 0644]
ext/afform/core/Civi/Api4/Action/Afform/Submit.php
ext/afform/core/Civi/Api4/Afform.php