You are here

public function SmsGatewayInterface::getSkipQueue in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getSkipQueue()
  2. 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getSkipQueue()

Get whether messages sent to this gateway should be sent immediately.

Return value

bool Whether messages sent to this gateway should be sent immediately.

1 method overrides SmsGatewayInterface::getSkipQueue()
SmsGateway::getSkipQueue in src/Entity/SmsGateway.php
Get whether messages sent to this gateway should be sent immediately.

File

src/Entity/SmsGatewayInterface.php, line 34

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getSkipQueue();