Afform.{get,update} - Allow layout format to be array or string/HTML
authorTim Otten <totten@civicrm.org>
Sat, 4 May 2019 23:00:50 +0000 (16:00 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:17 +0000 (19:13 -0700)
commit11e724f028a7c6235f9fb6db99ae71b554041d01
treeaf9e2f7972ee7f2031ba27523a0bc367e7643a0e
parente44cea43d68fd4b4bb851e5b2e244783e4d2a47f
Afform.{get,update} - Allow layout format to be array or string/HTML
ext/afform/core/Civi/Api4/Action/Afform/Get.php [new file with mode: 0644]
ext/afform/core/Civi/Api4/Action/Afform/Update.php [new file with mode: 0644]
ext/afform/core/Civi/Api4/Afform.php
ext/afform/core/Civi/Api4/Utils/AfformFormatTrait.php [new file with mode: 0644]
ext/afform/mock/tests/phpunit/api/v4/AfformTest.php