constant SmsEvents::DELIVERY_REPORT_POST_PROCESS in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::DELIVERY_REPORT_POST_PROCESS
- 2.1.x src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::DELIVERY_REPORT_POST_PROCESS
Process delivery reports after they are created by the gateway plugin.
This event grants an opportunity to modify the HTTP response if the delivery reports were pushed to the site.
See also
\Drupal\sms\Event\SmsDeliveryReportEvent
File
- src/
Event/ SmsEvents.php, line 116
Class
- SmsEvents
- Defines SMS Framework events.
Namespace
Drupal\sms\EventCode
const DELIVERY_REPORT_POST_PROCESS = 'sms.report.post_process';