X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FActionMapping.php;h=ea96b5da7863645e387c72106fbb3b7d4fa47fe4;hb=c3f7ab62b3a972b7a136394ec3dfe318936726bb;hp=f4aee154e83038bff31a4bd9381728d63b45bdf3;hpb=71119099cd6053dfd90912439ebd196797c51933;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; + } + }