public function SmsGatewayInterface::getSkipQueue in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getSkipQueue()
- 2.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 36
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function getSkipQueue();