CRM-13244 - Split prepareMailingQuery() into entity-specific pieces.
[civicrm-core.git] / Civi / ActionSchedule / Events.php
index 16662614b42ab0d08436014b8b2a2a97b50dc7b3..15e49f71db8302aaa344f8f70521cf2688830779 100644 (file)
@@ -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';
 
 }