constant SmsEvents::MESSAGE_POST_PROCESS in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::MESSAGE_POST_PROCESS
- 2.1.x src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::MESSAGE_POST_PROCESS
Process an SMS message after it is sent or received.
Unlike its counterpart, MESSAGE_PRE_PROCESS, this event is not triggered for queued messages because there is associated result.
See also
\Drupal\sms\Event\SmsMessageEvent
File
- src/
Event/ SmsEvents.php, line 48
Class
- SmsEvents
- Defines SMS Framework events.
Namespace
Drupal\sms\EventCode
const MESSAGE_POST_PROCESS = 'sms.message.post_process';