You are here

protected property SmsMessage::$gateway in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::gateway
  2. 2.1.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::gateway

The gateway for this message.

Type: \Drupal\sms\Entity\SmsGatewayInterface

File

src/Message/SmsMessage.php, line 52

Class

SmsMessage
Basic implementation of an SMS message.

Namespace

Drupal\sms\Message

Code

protected $gateway;