Add civiimport with Import api code for viewing import tables
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 11 Aug 2022 12:35:32 +0000 (00:35 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 17 Aug 2022 06:35:21 +0000 (18:35 +1200)
commit7b85de920673ad76d6560b33ba001e2f7f9effb3
tree35b9affdfd65f99eada912e03ce87b761582e10e
parenteaffe6d8b6e55d9102ad11b97aa302e7433c431e
Add civiimport with Import api code for viewing import tables
19 files changed:
.gitignore
Civi/Api4/Service/Spec/RequestSpec.php
bin/regen.sh
distmaker/core-ext.txt
ext/civiimport/Civi/Api4/Event/Subscriber/ImportSubscriber.php [new file with mode: 0644]
ext/civiimport/Civi/Api4/Import.php [new file with mode: 0644]
ext/civiimport/Civi/Api4/Import/Save.php [new file with mode: 0644]
ext/civiimport/Civi/Api4/Import/Update.php [new file with mode: 0644]
ext/civiimport/Civi/Api4/Service/Spec/Provider/ImportSpecProvider.php [new file with mode: 0644]
ext/civiimport/Civi/BAO/Import.php [new file with mode: 0644]
ext/civiimport/LICENSE.txt [new file with mode: 0644]
ext/civiimport/README.md [new file with mode: 0644]
ext/civiimport/civiimport.civix.php [new file with mode: 0644]
ext/civiimport/civiimport.php [new file with mode: 0644]
ext/civiimport/images/screenshot.png [new file with mode: 0644]
ext/civiimport/info.xml [new file with mode: 0644]
ext/civiimport/phpunit.xml.dist [new file with mode: 0644]
ext/civiimport/tests/phpunit/CiviApiImportTest.php [new file with mode: 0644]
ext/civiimport/tests/phpunit/bootstrap.php [new file with mode: 0644]