You are here

constant SmsEvents::DELIVERY_REPORT_POST_PROCESS in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::DELIVERY_REPORT_POST_PROCESS
  2. 2.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\Event

Code

const DELIVERY_REPORT_POST_PROCESS = 'sms.report.post_process';