Merge pull request #19691 from colemanw/afformEditLink
[civicrm-core.git] / Civi / ActionSchedule / Events.php
1 <?php
2 namespace Civi\ActionSchedule;
3
4 class Events {
5
6 /**
7 * @see \Civi\ActionSchedule\Event\MappingRegisterEvent
8 * @deprecated - You may simply use the event name directly. dev/core#1744
9 */
10 const MAPPINGS = 'civi.actionSchedule.getMappings';
11
12 /**
13 * @see \Civi\ActionSchedule\Event\MailingQueryEvent
14 * @deprecated - You may simply use the event name directly. dev/core#1744
15 */
16 const MAILING_QUERY = 'civi.actionSchedule.prepareMailingQuery';
17
18 }