You are here

protected property SmsGateway::$skip_queue in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::skip_queue
  2. 2.1.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::skip_queue

Whether messages sent to this gateway should be sent immediately.

Type: bool

File

src/Entity/SmsGateway.php, line 108

Class

SmsGateway
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

protected $skip_queue;