16662614b42ab0d08436014b8b2a2a97b50dc7b3
[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 = 'actionSchedule.getMappings';
12
13 const MAILING_QUERY = 'actionSchedule.prepareMailingQuery';
14
15 }