X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FActionMapping.php;h=ea96b5da7863645e387c72106fbb3b7d4fa47fe4;hb=2b4ed181a658c1959ff66f5c9cd16b4475638121;hp=f4aee154e83038bff31a4bd9381728d63b45bdf3;hpb=187d67c410e47f2313049e731b73d23b53457a07;p=civicrm-core.git diff --git a/CRM/Contact/ActionMapping.php b/CRM/Contact/ActionMapping.php index f4aee154e8..ea96b5da78 100644 --- a/CRM/Contact/ActionMapping.php +++ b/CRM/Contact/ActionMapping.php @@ -139,4 +139,12 @@ class CRM_Contact_ActionMapping extends \Civi\ActionSchedule\Mapping { return $query; } + /** + * Determine whether a schedule based on this mapping should + * send to additional contacts. + */ + public function sendToAdditional($entityId): bool { + return TRUE; + } + }