ActionMapping - Rename ambiguous 'getEntity' function
authorcolemanw <coleman@civicrm.org>
Sun, 16 Jul 2023 21:29:49 +0000 (17:29 -0400)
committercolemanw <coleman@civicrm.org>
Sun, 16 Jul 2023 22:00:25 +0000 (18:00 -0400)
commit25f871c96b7a70a2bf03eb276405f29ab548ca80
treef3ac3729e81f22c420d03b5ccd84deaf33c37fa2
parent1ac82e94f083461f088e865f3d324a33f6cdfe81
ActionMapping - Rename ambiguous 'getEntity' function

Before: function getEntity() actually returns the name of the table, not the entity
After: function getEntityTable() returns table name and getEntityName() returns entity name
CRM/Activity/Tokens.php
CRM/Contribute/ActionMapping/ByPage.php
CRM/Contribute/ActionMapping/ByType.php
CRM/Core/BAO/ActionSchedule.php
CRM/Core/EntityTokens.php
CRM/Core/TokenTrait.php
CRM/Event/ParticipantTokens.php
Civi/ActionSchedule/Mapping.php
Civi/ActionSchedule/MappingInterface.php
Civi/ActionSchedule/RecipientBuilder.php