Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / Civi / ActionSchedule / Events.php
1 <?php
2 namespace Civi\ActionSchedule;
3
4 class Events {
5
6 /**
7 * Register any available mappings.
8 *
9 * @see EntityListEvent
10 */
11 const MAPPINGS = 'civi.actionSchedule.getMappings';
12
13 /**
14 * Prepare the pre-mailing query. This query loads details about
15 * the contact/entity so that they're available for mail-merge.
16 */
17 const MAILING_QUERY = 'civi.actionSchedule.prepareMailingQuery';
18
19 }