APIv4 - Add Managed::reconcile() action.
authorColeman Watts <coleman@civicrm.org>
Tue, 19 Apr 2022 00:22:25 +0000 (20:22 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 19 Apr 2022 00:22:25 +0000 (20:22 -0400)
commit6c266d760a03273114f1e54786691fd92111aa80
treedd397f1e471f6aa22d3c783efad41adeb667a220
parent0f4b341f2c0b5581034625c69789d9033d650fd5
APIv4 - Add Managed::reconcile() action.

Adds APIv4 wrapper around ManagedEntities->reconcile();
Civi/Api4/Action/Managed/Reconcile.php [new file with mode: 0644]
Civi/Api4/Managed.php
tests/phpunit/api/v4/Entity/ManagedEntityTest.php