X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FActionSchedule%2FEvents.php;h=15e49f71db8302aaa344f8f70521cf2688830779;hb=f9ec2da662f04427ca0b386f40fa6bbaf14e2a03;hp=16662614b42ab0d08436014b8b2a2a97b50dc7b3;hpb=46f5566cdbd45789a49e4f46803449283ab2f96f;p=civicrm-core.git diff --git a/Civi/ActionSchedule/Events.php b/Civi/ActionSchedule/Events.php index 16662614b4..15e49f71db 100644 --- a/Civi/ActionSchedule/Events.php +++ b/Civi/ActionSchedule/Events.php @@ -10,6 +10,10 @@ class Events { */ const MAPPINGS = 'actionSchedule.getMappings'; + /** + * Prepare the pre-mailing query. This query loads details about + * the contact/entity so that they're available for mail-merge. + */ const MAILING_QUERY = 'actionSchedule.prepareMailingQuery'; }