APIv4 - Add export action to managed entities
authorColeman Watts <coleman@civicrm.org>
Tue, 9 Nov 2021 13:57:28 +0000 (08:57 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 27 Nov 2021 01:26:47 +0000 (20:26 -0500)
commit4d8c26291d06c934395c4a5a8a842afa691139c8
tree3291d1b339fa386e23176371c5cc45df630fd560
parent77a4629d7a7b17e5cb9c7332f20e0da8290acb87
APIv4 - Add export action to managed entities

This action generates an exportable array suitable for use in a .mgd.php file.
CRM/Core/DAO.php
Civi/Api4/Generic/ExportAction.php [new file with mode: 0644]
Civi/Api4/Generic/Traits/ManagedEntity.php
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchExportTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Entity/ManagedEntityTest.php