public function SmsGatewayInterface::setSkipQueue in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::setSkipQueue()
- 2.1.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\EntityCode
public function setSkipQueue($skip_queue);