You are here

public function SmsGatewayInterface::setSkipQueue in SMS Framework 2.1.x

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

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

Parameters

bool $skip_queue: Whether messages sent to this gateway should be sent immediately.

Return value

$this Return this gateway for chaining.

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

File

src/Entity/SmsGatewayInterface.php, line 47

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function setSkipQueue($skip_queue);