ActionSchedule - Enable `getEntityTable()` to return dynamic values
authorcolemanw <coleman@civicrm.org>
Wed, 16 Aug 2023 00:17:28 +0000 (19:17 -0500)
committercolemanw <coleman@civicrm.org>
Tue, 5 Sep 2023 01:38:15 +0000 (21:38 -0400)
commit83ef8f4c6cd7617b66ce3378b5a9fef67cc988b0
treeff62d294fc54568af51d2b8cc0f4e5d8c9343463
parent5f90b414c28824f7376a9dbe9611029df024f430
ActionSchedule - Enable `getEntityTable()` to return dynamic values

This functionality is needed for SavedSearch-based reminders, which
do not have a fixed base-table.
CRM/Activity/ActionMapping.php
CRM/Activity/Tokens.php
CRM/Contact/ActionMapping.php
CRM/Core/BAO/ActionSchedule.php
CRM/Core/EntityTokens.php
CRM/Event/ActionMapping.php
CRM/Event/ParticipantTokens.php
CRM/Member/ActionMapping.php
Civi/ActionSchedule/MappingBase.php
Civi/ActionSchedule/MappingInterface.php
Civi/ActionSchedule/RecipientBuilder.php