APIv4 - Opt-in more ManagedEntity types
authorColeman Watts <coleman@civicrm.org>
Sat, 13 Nov 2021 03:03:16 +0000 (22:03 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 13 Nov 2021 19:48:57 +0000 (14:48 -0500)
commit052cd546449a6271e69024e8d47a019500e155f1
tree6e0bcdf1d2d1dc254cb752a8f316fb5268260df7
parent233461bef4f5f8993c7a5c9ffa4b00b4f7bdf00e
APIv4 - Opt-in more ManagedEntity types

Adds the ManagedEntity trait to a number of entities that are commonly
used for configuration.
13 files changed:
CRM/Core/DAO.php
CRM/Core/Reference/Interface.php
Civi/Api4/ContactType.php
Civi/Api4/CustomField.php
Civi/Api4/CustomGroup.php
Civi/Api4/Membership.php
Civi/Api4/MembershipStatus.php
Civi/Api4/MembershipType.php
Civi/Api4/OptionGroup.php
Civi/Api4/OptionValue.php
Civi/Api4/PaymentProcessorType.php
Civi/Api4/RelationshipType.php
tests/phpunit/api/v4/Entity/ManagedEntityTest.php