APIv4 - Add getLinks action
authorcolemanw <coleman@civicrm.org>
Mon, 30 Oct 2023 14:32:40 +0000 (10:32 -0400)
committercolemanw <coleman@civicrm.org>
Sun, 24 Dec 2023 00:29:16 +0000 (19:29 -0500)
commitfefdb396be43fd9a7390824722b39b67f3db73c1
tree8122efb471c091874751ac8098709b63ad412f9a
parente346749d6e18e05d89434252877cdaf81444a188
APIv4 - Add getLinks action
CRM/Utils/String.php
Civi/Api4/Action/GetLinks.php [new file with mode: 0644]
Civi/Api4/Generic/AbstractEntity.php
Civi/Api4/Generic/Traits/GetSetValueTrait.php
Civi/Api4/Generic/Traits/SavedSearchInspectorTrait.php
Civi/Api4/Service/Links/ContactLinksProvider.php [new file with mode: 0644]
Civi/Api4/Service/Links/RelationshipCacheLinksProvider.php [new file with mode: 0644]
tests/phpunit/api/v4/Action/GetLinksTest.php [new file with mode: 0644]