You are here

constant SmsEvents::MESSAGE_POST_PROCESS in SMS Framework 2.x

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

Class

SmsEvents
Defines SMS Framework events.

Namespace

Drupal\sms\Event

Code

const MESSAGE_POST_PROCESS = 'sms.message.post_process';