You are here

public function SmsIncomingEventInterface::incomingEvent in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Plugin/SmsGateway/SmsIncomingEventInterface.php \Drupal\sms\Plugin\SmsGateway\SmsIncomingEventInterface::incomingEvent()
  2. 2.x src/Plugin/SmsGateway/SmsIncomingEventInterface.php \Drupal\sms\Plugin\SmsGateway\SmsIncomingEventInterface::incomingEvent()

Process a SMS message from this gateway.

Parameters

\Drupal\sms\Event\SmsMessageEvent $event: The event.

File

src/Plugin/SmsGateway/SmsIncomingEventInterface.php, line 20

Class

SmsIncomingEventInterface
Interface for gateways implementing an incoming event subscriber.

Namespace

Drupal\sms\Plugin\SmsGateway

Code

public function incomingEvent(SmsMessageEvent $event);