Implement basic APIv4 support
authorTim Otten <totten@civicrm.org>
Thu, 7 Feb 2019 05:49:37 +0000 (00:49 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:17 +0000 (19:13 -0700)
commit7422a2305c50bc5b8ef2d15b71cbf56689e5f8d5
tree97924573da1652daac488531a157aa17a605ae90
parent8f4a0ee9d96666b5616e4dfb9830cee5df050b1d
Implement basic APIv4 support
ext/afform/Civi/Api4/Action/Afform/Create.php [new file with mode: 0644]
ext/afform/Civi/Api4/Action/Afform/Delete.php [new file with mode: 0644]
ext/afform/Civi/Api4/Action/Afform/Get.php [new file with mode: 0644]
ext/afform/Civi/Api4/Action/Afform/GetFields.php [new file with mode: 0644]
ext/afform/Civi/Api4/Action/Afform/Revert.php [new file with mode: 0644]
ext/afform/Civi/Api4/Action/Afform/Update.php [new file with mode: 0644]
ext/afform/Civi/Api4/Afform.php [new file with mode: 0644]
ext/afform/Civi/Api4/AfformCrudTrait.php [new file with mode: 0644]
ext/afform/tests/phpunit/api/v4/AfformTest.php [new file with mode: 0644]