CRM-21675: scheduled reminders: limit to group doesn't support smart groups
[civicrm-core.git] / Civi / ActionSchedule / Events.php
... / ...
CommitLineData
1<?php
2namespace Civi\ActionSchedule;
3
4class 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}