Managed - Move component managed entity declarations to component extensions
authorcolemanw <coleman@civicrm.org>
Fri, 1 Sep 2023 20:08:27 +0000 (16:08 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 2 Sep 2023 15:50:47 +0000 (11:50 -0400)
commit721afe43f60fa1b03fa851e0bfeddaf9da2148ef
tree4694be23e4c5566336963ca5bb5c2605acaf00cc
parent2880b5e8c30a20e02f384ea0f9fe1af088111d96
Managed - Move component managed entity declarations to component extensions

CRM_Core_Component_Info had a quasi-listener for adding managed entities; it was only used by CiviCase.
This moves it to a real listener in the civi_case extension.
CRM/Case/Info.php
CRM/Core/Component/Info.php
CRM/Core/ManagedEntities.php
ext/civi_case/civi_case.php