ManagedEntities - Allow "match" param to convert existing records to managed entities
authorColeman Watts <coleman@civicrm.org>
Thu, 3 Mar 2022 21:35:52 +0000 (16:35 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 3 Mar 2022 21:35:52 +0000 (16:35 -0500)
commitf43ca71f63cd02950b94ba39235a594d61f0abee
tree6338d0600436dfdf291ec1b3f9931233a650ad61
parent83278f20f8424a1dad134f9306f167599b5c352d
ManagedEntities - Allow "match" param to convert existing records to managed entities

This can help ease the pain of declaring managed entities which may or may not
already exist - now they can be matched by name or other unique identifier.
CRM/Core/ManagedEntities.php
tests/phpunit/api/v4/Entity/ManagedEntityTest.php