You are here

constant SmsEvents::MESSAGE_INCOMING_PRE_PROCESS in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::MESSAGE_INCOMING_PRE_PROCESS
  2. 2.1.x src/Event/SmsEvents.php \Drupal\sms\Event\SmsEvents::MESSAGE_INCOMING_PRE_PROCESS

Process a SMS message before it is received.

See also

\Drupal\sms\Event\SmsMessageEvent

File

src/Event/SmsEvents.php, line 95

Class

SmsEvents
Defines SMS Framework events.

Namespace

Drupal\sms\Event

Code

const MESSAGE_INCOMING_PRE_PROCESS = 'sms.message.incoming.pre_process';