public function SmsIncomingEventInterface::incomingEvent in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Plugin/SmsGateway/SmsIncomingEventInterface.php \Drupal\sms\Plugin\SmsGateway\SmsIncomingEventInterface::incomingEvent()
- 2.1.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 18
Class
- SmsIncomingEventInterface
- Interface for gateways implementing an incoming event subscriber.
Namespace
Drupal\sms\Plugin\SmsGatewayCode
public function incomingEvent(SmsMessageEvent $event);