ActionMapping - Use APIv4 SpecProviderInterface to alter metadata for each mapping...
authorcolemanw <coleman@civicrm.org>
Sun, 30 Jul 2023 02:59:21 +0000 (22:59 -0400)
committercolemanw <coleman@civicrm.org>
Wed, 9 Aug 2023 00:54:35 +0000 (20:54 -0400)
commit1be8a0e0c4a5862323429c8388fd0cbbdfea524a
tree189ab14bfb42d11ed94b2f6e06ad80b25739499c
parentb855a1c3087da615705a839b7f0369ef30195383
ActionMapping - Use APIv4 SpecProviderInterface to alter metadata for each mapping type
15 files changed:
CRM/Activity/ActionMapping.php
CRM/Contact/ActionMapping.php
CRM/Contribute/ActionMapping.php
CRM/Contribute/ActionMapping/ByPage.php
CRM/Contribute/ActionMapping/ByType.php
CRM/Core/BAO/ActionSchedule.php
CRM/Event/ActionMapping.php
CRM/Member/ActionMapping.php
Civi/ActionSchedule/MappingBase.php
Civi/ActionSchedule/MappingInterface.php
Civi/Api4/Service/Spec/Provider/Generic/SpecProviderInterface.php
Civi/Api4/Service/Spec/SpecGatherer.php
Civi/Schema/Traits/GuiSpecTrait.php
tests/phpunit/api/v4/Entity/ActionScheduleTest.php
tests/phpunit/api/v4/Spec/SpecGathererTest.php